Initial commit with IRC and bot example.
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
14
omnibot.example.exs
Normal file
14
omnibot.example.exs
Normal file
@@ -0,0 +1,14 @@
|
||||
alias Omnibot.Config
|
||||
|
||||
config = %Config {
|
||||
nick: "omnibot_testing",
|
||||
server: "irc.bonerjamz.us",
|
||||
port: 6667,
|
||||
ssl: false,
|
||||
|
||||
modules: [
|
||||
{Omnibot.Contrib.Fortune, channels: ["#idleville"]},
|
||||
],
|
||||
|
||||
module_paths: [{"modules", recurse: true}]
|
||||
}
|
||||
Reference in New Issue
Block a user