From ef9fbc4a07db1c18ea5d805f0b4770cc17b152d8 Mon Sep 17 00:00:00 2001 From: GLolol Date: Tue, 9 Dec 2014 22:40:29 -0800 Subject: [PATCH] Network: s/caller/callee/ --- plugins/Network/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Network/plugin.py b/plugins/Network/plugin.py index a89b77d42..e5d0f882c 100644 --- a/plugins/Network/plugin.py +++ b/plugins/Network/plugin.py @@ -211,7 +211,7 @@ class Network(callbacks.Plugin): # The user is in a channel the bot is in, so the ircd may have # responded with otherwise private data. 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 # target is +i. if replyMsg.nick not in chan.users: