This commit is contained in:
Yann Leboulanger 2005-08-12 07:49:01 +00:00
parent 32bb3c5024
commit 9cbec8ac6d
1 changed files with 2 additions and 1 deletions

View File

@ -131,6 +131,7 @@ class TCPsocket(PlugIn):
if len(received): # length of 0 means disconnect
self.DEBUG(received,'got')
if hasattr(self._owner, 'Dispatcher'):
self._owner.Dispatcher.Event('', DATA_RECEIVED, received)
else:
self.DEBUG('Socket error while receiving data','error')