Remove any mention of “coucou”

This commit is contained in:
Florent Le Coz 2011-10-29 05:14:05 +02:00
parent 1303919706
commit f8fcf6696d

View file

@ -159,7 +159,6 @@ class Core(object):
'M-z': self.go_to_previous_tab,
'^L': self.full_screen_redraw,
'M-j': self.go_to_room_number,
# 'M-c': self.coucou,
}
# Add handlers
@ -193,9 +192,6 @@ class Core(object):
for plugin in plugins.split():
self.plugin_manager.load(plugin)
def coucou(self):
self.command_pubsub('pubsub.louiz.org')
def start(self):
"""
Init curses, create the first tab, etc