diff --git a/plugins/relay.py b/plugins/relay.py index a36a808..e4f0e74 100644 --- a/plugins/relay.py +++ b/plugins/relay.py @@ -1759,7 +1759,7 @@ def link(irc, source, args): irc.join(irc.pseudoclient.uid, localchan) irc.reply('Joining %r now to check for op status; please run this command again after I join.' % localchan) return - elif not irc.channels[localchan].isOpPlus(source): + elif not irc.channels[localchan].is_op_plus(source): irc.error('You must be opped in %r to complete this operation.' % localchan) return