diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-10-29 05:14:05 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-10-29 05:14:05 +0200 |
commit | f8fcf6696d0044817d596e7d09dcbdcc8a52aac6 (patch) | |
tree | e766bfb168fde098ed6a7eaf322bad511ec6695a | |
parent | 1303919706c74352be28c55e0f4516b994ebdb5b (diff) | |
download | poezio-f8fcf6696d0044817d596e7d09dcbdcc8a52aac6.tar.gz poezio-f8fcf6696d0044817d596e7d09dcbdcc8a52aac6.tar.bz2 poezio-f8fcf6696d0044817d596e7d09dcbdcc8a52aac6.tar.xz poezio-f8fcf6696d0044817d596e7d09dcbdcc8a52aac6.zip |
Remove any mention of “coucou”
-rw-r--r-- | src/core.py | 4 |
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 |