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, ())
|
thread.start_new_thread(self.conn.run, ())
|
||||||
self.cmd("NICK", [self.nick])
|
self.cmd("NICK", [self.nick])
|
||||||
self.cmd("USER",
|
self.cmd("USER",
|
||||||
[self.conf.get('user', 'skybot'), "3", "*", self.conf.get('realname',
|
[self.conf.get('user', 'h'), "3", "*", self.conf.get('realname',
|
||||||
'Python bot - http://github.com/rmmh/skybot')])
|
'h - https://git.xeserv.us/xena/h')])
|
||||||
if 'server_password' in self.conf:
|
if 'server_password' in self.conf:
|
||||||
self.cmd("PASS", [self.conf['server_password']])
|
self.cmd("PASS", [self.conf['server_password']])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue