Make pull reload

This commit is contained in:
Robert Miles 2019-10-31 14:15:23 -04:00
parent 4e84de5f7b
commit 5cc7f959b1
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ def admin_pull(self,channel,nick,subcmd,*args):
self.say(channel,nick+": Pull successful!")
else:
self.say(channel,nick+": Pull failed!")
bot.load_modules()
@admin.command("save")
def admin_save(self,channel,nick,subcmd,*args):