Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/chat.py
diff options
context:
space:
mode:
Diffstat (limited to 'chat.py')
-rw-r--r--chat.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/chat.py b/chat.py
index ff693e1..49dbba2 100644
--- a/chat.py
+++ b/chat.py
@@ -289,15 +289,6 @@ class TextChannel():
self._text_chan.Close()
self._text_chan = None
- def signal_connect(self, signal, callback):
- """Connect the function callback to the signal.
-
- signal -- string, for example 'Received'
- callback -- callback function
- """
- if self._text_chan:
- self._text_chan[CHANNEL_TYPE_TEXT].connect_to_signal(signal, callback)
-
def received_callback(self, callback):
"""Connect the function callback to the signal.