Bot is mature enough, point it at ##hymnnos

This commit is contained in:
Juhani Haverinen 2017-09-05 19:18:17 +03:00
parent ce25127299
commit 401f65735e
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ def spawn_loggerthread():
return logging_channel, dead_notify_channel
if __name__ == '__main__':
server = Server(host = 'irc.freenode.net', port = 6667, nick = 'HynneFlip', realname = 'HynneFlip IRC bot', channels = ['##ingsoc'])
server = Server(host = 'irc.freenode.net', port = 6667, nick = 'HynneFlip', realname = 'HynneFlip IRC bot', channels = ['##hymmnos'])
botcmd.initialize()