don't display 'debug' in the alias list
This commit is contained in:
parent
f0730a5edf
commit
6b2af47552
@ -126,6 +126,7 @@ class DrBotIRC(irclib.IRC):
|
||||
return self.reply(connection, replypath, alias)
|
||||
else:
|
||||
alist = self.config.options('Alias')
|
||||
alist.remove('debug')
|
||||
alist.sort()
|
||||
liststr = ', '.join(alist)
|
||||
return self.reply(connection, replypath, liststr)
|
||||
|
Loading…
Reference in New Issue
Block a user