Update drug_bot.py

This commit is contained in:
BrofessionalBrogrammer 2015-11-24 00:13:26 -08:00
parent 14189203ca
commit 7b7f2020d1

View File

@ -101,8 +101,6 @@ server = "irc.freenode.net"
channel = "#lainchan"
botnick = "drug-bot"
password = ""
responses = ["test1", "test2", "test3"]
#all bytes must be converted to UTF-8
def joinchan(chan):
ircsock.send(bytes("JOIN "+ chan +"\n", "UTF-8"))