mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
No need to ghost; let's try switching to the nick and only ghost if we get a 433.
This commit is contained in:
parent
16c4150d1c
commit
bf7a893a75
@ -143,7 +143,7 @@ class Services(privmsgs.CapabilityCheckingPrivmsg):
|
||||
nick = self.registryValue('nick')
|
||||
if nick and irc.nick != nick:
|
||||
if irc.afterConnect and not self.sentGhost:
|
||||
self._doGhost(irc)
|
||||
irc.sendMsg(ircmsgs.nick(nick)) # The 433 is handled elsewhere.
|
||||
|
||||
def do001(self, irc, msg):
|
||||
# New connection, make sure sentGhost is False.
|
||||
|
Loading…
Reference in New Issue
Block a user