From f8fcf6696d0044817d596e7d09dcbdcc8a52aac6 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sat, 29 Oct 2011 05:14:05 +0200 Subject: =?UTF-8?q?Remove=20any=20mention=20of=20=E2=80=9Ccoucou=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core.py | 4 ---- 1 file changed, 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 -- cgit v1.2.3