h branding

This commit is contained in:
Christine Dodrill 2015-11-04 17:22:06 -08:00
parent 7378c4e330
commit e2d4590d64
1 changed files with 2 additions and 2 deletions

View File

@ -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']])