diff src/plugins/plugin_exp_parrot.py @ 927:cd150dd947e3

plugin text-commands: fixed name conflicts management + plugin parrot: removed now done TODO
author Goffi <goffi@goffi.org>
date Mon, 24 Mar 2014 13:49:37 +0100
parents d609581bf74a
children 301b342c697a
line wrap: on
line diff
--- a/src/plugins/plugin_exp_parrot.py	Mon Mar 24 10:57:15 2014 +0100
+++ b/src/plugins/plugin_exp_parrot.py	Mon Mar 24 13:49:37 2014 +0100
@@ -131,9 +131,6 @@
 
     def cmd_parrot(self, mess_data, profile):
         """activate Parrot mode between 2 entities, in both directions."""
-        #TODO: these commands must not be hardcoded, an interface should be made
-        #      to allow plugins to register simple commands like this.
-
         debug("Catched parrot command")
         txt_cmd = self.host.plugins[C.TEXT_CMDS]