mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
Network: s/caller/callee/
This commit is contained in:
parent
2628dc03c4
commit
ef9fbc4a07
@ -211,7 +211,7 @@ class Network(callbacks.Plugin):
|
|||||||
# The user is in a channel the bot is in, so the ircd may have
|
# The user is in a channel the bot is in, so the ircd may have
|
||||||
# responded with otherwise private data.
|
# responded with otherwise private data.
|
||||||
if chan:
|
if chan:
|
||||||
# Skip channels the callee isn't in. This prevents
|
# Skip channels the caller isn't in. This prevents
|
||||||
# us from leaking information when the channel is +s or the
|
# us from leaking information when the channel is +s or the
|
||||||
# target is +i.
|
# target is +i.
|
||||||
if replyMsg.nick not in chan.users:
|
if replyMsg.nick not in chan.users:
|
||||||
|
Loading…
Reference in New Issue
Block a user