remove broken error message
This commit is contained in:
parent
6abf4de124
commit
f7f44d5556
7
bot.py
7
bot.py
@ -96,13 +96,6 @@ class TestBot(irc.bot.SingleServerIRCBot):
|
||||
end = 'Unknow command. Sorry'
|
||||
c.privmsg(channel, end)
|
||||
def main():
|
||||
# print(argv)
|
||||
# if len(argv) != 4:
|
||||
# print('Usage: {} channel nickname server'.format(argv[0]))
|
||||
# exit(1)
|
||||
#channel = argv[1]
|
||||
|
||||
|
||||
bot = TestBot(channel, nickname, server)
|
||||
bot.start()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user