mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-11-25 20:27:21 +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:
|
if not s:
|
||||||
continue
|
continue
|
||||||
numUsers += 1
|
numUsers += 1
|
||||||
elif s in Channel.ops:
|
if s in Channel.ops:
|
||||||
ops.append('@%s' % s)
|
ops.append('@%s' % s)
|
||||||
elif s in Channel.halfops:
|
elif s in Channel.halfops:
|
||||||
halfops.append('%%%s' % s)
|
halfops.append('%%%s' % s)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user