From 984af5b68e21b4f15695ede5d2e47ca1b9258c99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Wed, 6 Sep 2017 20:47:16 +0300 Subject: [PATCH] Modify the built-in config in ircbot.py --- ircbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircbot.py b/ircbot.py index c54581d..0d9276d 100644 --- a/ircbot.py +++ b/ircbot.py @@ -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()