Revert bot.py

This commit is contained in:
melonhead@grimace 2009-11-12 21:16:15 -05:00
parent 86c56eb2c3
commit 1ed838df81
1 changed files with 3 additions and 3 deletions

6
bot.py
View File

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