Bugfix
This commit is contained in:
parent
e67ba28284
commit
2a02e26f2a
@ -225,7 +225,7 @@ class IcingaBot(Icinga2ServiceManager, irc.bot.SingleServerIRCBot):
|
|||||||
return
|
return
|
||||||
|
|
||||||
def on_nicknameinuse(self, c, e):
|
def on_nicknameinuse(self, c, e):
|
||||||
c.nick(+"_")
|
c.nick(c.get_nickname() + "_")
|
||||||
|
|
||||||
def on_welcome(self, c, e):
|
def on_welcome(self, c, e):
|
||||||
c.join(self.channel)
|
c.join(self.channel)
|
||||||
|
Loading…
Reference in New Issue
Block a user