mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 22:51:01 +01:00
Forgot to lower the nick.
This commit is contained in:
parent
f69f1cf652
commit
dd572f56ea
@ -239,6 +239,7 @@ class Network(callbacks.Privmsg):
|
|||||||
# The double nick here is necessary because single-nick WHOIS only works
|
# The double nick here is necessary because single-nick WHOIS only works
|
||||||
# if the nick is on the same server (*not* the same network) as the user
|
# if the nick is on the same server (*not* the same network) as the user
|
||||||
# giving the command. Yeah, it made me say wtf too.
|
# giving the command. Yeah, it made me say wtf too.
|
||||||
|
nick = ircutils.toLower(nick)
|
||||||
otherIrc.queueMsg(ircmsgs.whois(nick, nick))
|
otherIrc.queueMsg(ircmsgs.whois(nick, nick))
|
||||||
self._whois[(otherIrc, nick)] = (irc, msg, {})
|
self._whois[(otherIrc, nick)] = (irc, msg, {})
|
||||||
whois = wrap(whois, ['networkIrc', 'nick'])
|
whois = wrap(whois, ['networkIrc', 'nick'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user