jcao219
13 years ago
2 changed files with 17 additions and 4 deletions
@ -1,8 +1,8 @@ |
|||||||
PASS = "" |
PASS = "my_nickserv_pass" |
||||||
CHANNEL = "" |
CHANNEL = "#mywolfgame" |
||||||
HOST = "irc.freenode.net" |
HOST = "irc.freenode.net" |
||||||
PORT = 6667 |
PORT = 6667 # SSL not supported yet |
||||||
NICK = "wolfbot" |
NICK = "mywolfbot" |
||||||
OWNERS = ("unaffiliated/wolfbot_admin1",) # the comma is required at the end if there is one owner |
OWNERS = ("unaffiliated/wolfbot_admin1",) # the comma is required at the end if there is one owner |
||||||
ADMINS = ("unaffiliated/wolfbot_admin2", "unaffiliated/wolfbot_admin3") |
ADMINS = ("unaffiliated/wolfbot_admin2", "unaffiliated/wolfbot_admin3") |
||||||
CMD_CHAR = "!" |
CMD_CHAR = "!" |
Loading…
Reference in new issue