3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-24 11:42:51 +01:00

relay_clientbot: rename isRelayClient => is_relay_client()

This commit is contained in:
James Lu 2017-12-18 13:23:53 -08:00
parent 954f4f9886
commit ab91acb2f7

View File

@ -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: