summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core.py b/src/core.py
index 2b305f21..712eed62 100644
--- a/src/core.py
+++ b/src/core.py
@@ -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