Modify the built-in config in ircbot.py

This commit is contained in:
Juhani Krekelä 2017-09-06 20:47:16 +03:00
parent bf2bc2d215
commit 984af5b68e
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 = ['##hymmnos'])
server = Server(host = 'irc.freenode.net', port = 6667, nick = 'o3-base', realname = 'IRC bot based on o3-base', channels = ['##ingsoc'])
botcmd.initialize()