summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-11-06 16:50:10 +0100
committerFlorent Le Coz <louiz@louiz.org>2011-11-06 16:50:10 +0100
commitb9c6f08a790358c990462287bed2062257c5ba7a (patch)
tree37825a95b901f23bbf79c23bc817a2295a39eebd /src
parent7bf63c51e2650042932ad78207ce5366bab3e38a (diff)
downloadpoezio-b9c6f08a790358c990462287bed2062257c5ba7a.tar.gz
poezio-b9c6f08a790358c990462287bed2062257c5ba7a.tar.bz2
poezio-b9c6f08a790358c990462287bed2062257c5ba7a.tar.xz
poezio-b9c6f08a790358c990462287bed2062257c5ba7a.zip
Wasn’t that already remove, like, TWICE?
Diffstat (limited to 'src')
-rw-r--r--src/core.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core.py b/src/core.py
index 8c4ad258..c1220e4b 100644
--- a/src/core.py
+++ b/src/core.py
@@ -124,7 +124,6 @@ class Core(object):
'connect': (self.command_reconnect, _('Usage: /connect\nConnect: disconnect from the remote server if you are currently connected and then connect to it again'), None),
'server_cycle': (self.command_server_cycle, _('Usage: /server_cycle [domain] [message]\nServer Cycle: disconnect and reconnects in all the rooms in domain.'), None),
'bind': (self.command_bind, _('Usage: /bind <key> <equ>\nBind: bind a key to an other key or to a “command”. For example "/bind ^H KEY_UP" makes Control + h do the same same than the Up key.'), None),
-# nope 'pubsub': (self.command_pubsub, _('Usage: /pubsub <domain>\nPubsub: Open a pubsub browser on the given domain'), None),
}
self.key_func = {
@@ -144,7 +143,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
@@ -170,9 +168,6 @@ class Core(object):
self.timed_events = set()
- def coucou(self):
- self.command_pubsub('pubsub.louiz.org')
-
def start(self):
"""
Init curses, create the first tab, etc
@@ -206,7 +201,6 @@ class Core(object):
self.information_win.resize(self.information_win_size, tabs.Tab.width,
tabs.Tab.height - 2 - self.information_win_size, 0)
-
def resize_global_info_bar(self):
"""
Resize the GlobalInfoBar only once at each resize