Fixed SyntaxError.

This commit is contained in:
Jeremy Fincher 2003-12-01 12:03:23 +00:00
parent ca6ebdce52
commit efa81e0ac2
1 changed files with 1 additions and 1 deletions

View File

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