diff --git a/plugins/admins.py b/plugins/admins.py index 744578c..d2ce50b 100644 --- a/plugins/admins.py +++ b/plugins/admins.py @@ -5,7 +5,6 @@ "Use this when you don't have a specific action item for the admins but just want to " "leave them a note. Feel free to leave them a nice message.") -@p.register('!admin', help_text='alias of !admins') @p.register('!admins', help_text=help_text) def admins(msg): output = '{} in {} says "{}"'.format(msg.nick, msg.channel, msg.arg)