Remove any mention of “coucou”
This commit is contained in:
parent
1303919706
commit
f8fcf6696d
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue