remove broken error message

This commit is contained in:
GandC Snow 2021-10-29 20:54:42 +03:00
parent 6abf4de124
commit f7f44d5556

7
bot.py
View File

@ -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()