Skip to content
This repository was archived by the owner on Apr 27, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/core/admin_commands_plugin/admin_command_plugin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import pprint
import pprint
import socket
from twisted.internet import reactor
from base_plugin import SimpleCommandPlugin, BasePlugin
Expand Down Expand Up @@ -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
return True