From ab91acb2f7dadd33c160e3f706882e127361ff69 Mon Sep 17 00:00:00 2001 From: James Lu Date: Mon, 18 Dec 2017 13:23:53 -0800 Subject: [PATCH] relay_clientbot: rename isRelayClient => is_relay_client() --- plugins/relay_clientbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/relay_clientbot.py b/plugins/relay_clientbot.py index b4eea42..e6b7088 100644 --- a/plugins/relay_clientbot.py +++ b/plugins/relay_clientbot.py @@ -246,7 +246,7 @@ def rpm(irc, source, args): if not uid: irc.error('Unknown user %s.' % target) return - elif not relay.isRelayClient(irc, uid): + elif not relay.is_relay_client(irc, uid): irc.error('%s is not a relay user.' % target) return else: