Skip to content

Commit

Permalink
added !1quit as an alias to !quit
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Oct 5, 2016
1 parent d9cb8b5 commit f0552a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pajbot/managers/command.py
Expand Up @@ -98,6 +98,7 @@ def load_internal_commands(self, **options):
command='quit',
description='Shut down the bot, this will most definitely restart it if set up properly')

self.internal_commands['1quit'] = self.internal_commands['quit']
self.internal_commands['ceaseallactionscurrentlybeingacteduponwiththecodeandiapologizeforbeingawhitecisgenderedmaleinthepatriarchy'] = self.internal_commands['quit']

self.internal_commands['twitterfollow'] = Command.dispatch_command('twitter_follow',
Expand Down

0 comments on commit f0552a4

Please sign in to comment.