This commit is contained in:
factormystic 2009-07-10 01:08:33 -04:00
parent ce4b2c806c
commit 800df7773a
1 changed files with 2 additions and 2 deletions

4
bot.py
View File

@ -1,8 +1,8 @@
#!/usr/bin/python
network = "irc.synirc.net"
nick = "skybot_debug"
channel = "#test"
nick = "skybot"
channel = "#cobol"
import sys
import os