This commit is contained in:
Pierre-Louis Bonicoli 2024-03-14 21:45:24 +01:00 committed by root
parent e67ba28284
commit 2a02e26f2a
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ class IcingaBot(Icinga2ServiceManager, irc.bot.SingleServerIRCBot):
return
def on_nicknameinuse(self, c, e):
c.nick(+"_")
c.nick(c.get_nickname() + "_")
def on_welcome(self, c, e):
c.join(self.channel)