From 45212e5450c3afef54b2afa7d2f32a55e06eb9d4 Mon Sep 17 00:00:00 2001 From: Kharidiron Date: Thu, 12 Feb 2015 13:21:14 -0500 Subject: [PATCH] Forgot to re-enable pprint, with the addition of the debug lines --- plugins/core/admin_commands_plugin/admin_command_plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/core/admin_commands_plugin/admin_command_plugin.py b/plugins/core/admin_commands_plugin/admin_command_plugin.py index f51d07b..609fcfa 100644 --- a/plugins/core/admin_commands_plugin/admin_command_plugin.py +++ b/plugins/core/admin_commands_plugin/admin_command_plugin.py @@ -1,4 +1,4 @@ -#import pprint +import pprint import socket from twisted.internet import reactor from base_plugin import SimpleCommandPlugin, BasePlugin @@ -369,4 +369,4 @@ def on_chat_sent(self, data): "You are currently ^red;muted^green; and cannot speak. You are limited to commands and admin chat (prefix your lines with ^yellow;%s^green; for admin chat." % ( self.config.chat_prefix * 2)) return False - return True \ No newline at end of file + return True