just some coding style fixes and very small changes
This commit is contained in:
parent
b17283b305
commit
0f82647c1a
5 changed files with 3310 additions and 4 deletions
|
|
@ -33,7 +33,8 @@ def parseMemberList(members, filters, log):
|
|||
for filtername, replacement in member.filters.items():
|
||||
found = False
|
||||
for filt in filters:
|
||||
if filt.name != filtername: continue
|
||||
if filt.name != filtername:
|
||||
continue
|
||||
found = True
|
||||
memberFilter = filt.clone()
|
||||
memberFilter.command = re.sub('@member', replacement, filt.command)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue