mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Fixed SyntaxError.
This commit is contained in:
parent
ca6ebdce52
commit
efa81e0ac2
@ -315,7 +315,7 @@ class Relay(callbacks.Privmsg, plugins.Configurable):
|
||||
if not s:
|
||||
continue
|
||||
numUsers += 1
|
||||
elif s in Channel.ops:
|
||||
if s in Channel.ops:
|
||||
ops.append('@%s' % s)
|
||||
elif s in Channel.halfops:
|
||||
halfops.append('%%%s' % s)
|
||||
|
Loading…
Reference in New Issue
Block a user