Disable chat_plugin
authorMikael Berthe <mikael@lilotux.net>
Tue, 01 May 2007 13:41:15 +0200
changeset 6 ad3de9374276
parent 5 0cc11f58b34e
child 7 766d1c7289ce
Disable chat_plugin Doesn't work well in MUC rooms...
plugins/chat_plugin.py
--- a/plugins/chat_plugin.py	Tue May 01 13:34:55 2007 +0200
+++ b/plugins/chat_plugin.py	Tue May 01 13:41:15 2007 +0200
@@ -22,4 +22,4 @@
 		if not COMMANDS.has_key(string.split(body)[0]):
 			chat_personal(type, source, body)
 
-register_message_handler(handler_chat_message)
+#register_message_handler(handler_chat_message)