From e2d4590d64080445a655e0677c254f52a485a5f4 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 4 Nov 2015 17:22:06 -0800 Subject: [PATCH] h branding --- core/irc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/irc.py b/core/irc.py index 8278504..a0a98ba 100644 --- a/core/irc.py +++ b/core/irc.py @@ -153,8 +153,8 @@ class IRC(object): thread.start_new_thread(self.conn.run, ()) self.cmd("NICK", [self.nick]) self.cmd("USER", - [self.conf.get('user', 'skybot'), "3", "*", self.conf.get('realname', - 'Python bot - http://github.com/rmmh/skybot')]) + [self.conf.get('user', 'h'), "3", "*", self.conf.get('realname', + 'h - https://git.xeserv.us/xena/h')]) if 'server_password' in self.conf: self.cmd("PASS", [self.conf['server_password']])