mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 09:29:24 +01:00
Removed spurious parentheses.
This commit is contained in:
parent
959459d063
commit
c46ae750f6
@ -75,7 +75,7 @@ def findBiggestDollar(alias):
|
||||
def makeNewAlias(name, alias):
|
||||
if findAliasCommand(name, alias):
|
||||
raise RecursiveAlias
|
||||
doChannel = bool(alias.find('$channel') != -1)
|
||||
doChannel = alias.find('$channel') != -1
|
||||
biggestDollar = findBiggestDollar(alias)
|
||||
doDollars = bool(biggestDollar)
|
||||
if biggestDollar is not None:
|
||||
|
Loading…
Reference in New Issue
Block a user