h branding
This commit is contained in:
parent
7378c4e330
commit
e2d4590d64
|
@ -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']])
|
||||
|
||||
|
|
Loading…
Reference in New Issue