mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Hopefully recursive aliases will be subject to supybot.commands.nested.maximum now.
This commit is contained in:
parent
14a980a8d5
commit
1fe3a5423b
@ -142,8 +142,7 @@ def makeNewAlias(name, alias):
|
||||
return True
|
||||
return False
|
||||
everythingReplace(tokens)
|
||||
Owner = irc.getCallback('Owner')
|
||||
self.Proxy(irc.irc, msg, tokens)
|
||||
self.Proxy(irc, msg, tokens)
|
||||
doc ='<an alias, %s>\n\nAlias for <<%s>>' % \
|
||||
(utils.nItems('argument', biggestDollar), alias)
|
||||
f = utils.changeFunctionName(f, name, doc)
|
||||
|
Loading…
Reference in New Issue
Block a user