Browse Source

this is another test

master
jcao219 13 years ago
parent
commit
602429c780
  1. 2
      botconfig.py

2
botconfig.py

@ -2,7 +2,7 @@ PASS = ""
CHANNEL = "" CHANNEL = ""
HOST = "irc.freenode.net" HOST = "irc.freenode.net"
PORT = 6667 PORT = 6667
NICK = "" NICK = "wolfbot"
OWNER = "unaffiliated/wolfbot_admin1" OWNER = "unaffiliated/wolfbot_admin1"
ADMINS = ("unaffiliated/wolfbot_admin1", "unaffiliated/wolfbot_admin2") ADMINS = ("unaffiliated/wolfbot_admin1", "unaffiliated/wolfbot_admin2")
CMD_CHAR = "!" CMD_CHAR = "!"

Loading…
Cancel
Save