From 93f03e00f22198b5d83efca327a11d229788db59 Mon Sep 17 00:00:00 2001 From: Ari Koivula Date: Thu, 29 Aug 2013 18:36:02 +0300 Subject: [PATCH] [core] Remove unblockable from commands in coretasks. Unblockable was meant for functions that keep track of events. --- willie/coretasks.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/willie/coretasks.py b/willie/coretasks.py index 9ea030844f..76bd21317d 100644 --- a/willie/coretasks.py +++ b/willie/coretasks.py @@ -81,7 +81,6 @@ def retry_join(bot, trigger): @willie.module.commands('newoplist') -@willie.module.unblockable def refresh_list(bot, trigger): ''' If you need to use this, then it means you found a bug ''' if trigger.admin: @@ -91,7 +90,6 @@ def refresh_list(bot, trigger): @willie.module.commands('listops') -@willie.module.unblockable def list_ops(bot, trigger): """ List channel operators in the given channel, or current channel if none is @@ -103,7 +101,6 @@ def list_ops(bot, trigger): @willie.module.commands('listvoices') -@willie.module.unblockable def list_voices(bot, trigger): """ List users with voice in the given channel, or current channel if none is