Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/server_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/server_plugin.py')
-rw-r--r--src/server_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server_plugin.py b/src/server_plugin.py
index 8d0a4f0..f862ce4 100644
--- a/src/server_plugin.py
+++ b/src/server_plugin.py
@@ -70,7 +70,7 @@ class ServerPlugin(TelepathyPlugin):
self._conn_status)
# this is a no-op if starting would be inappropriate right now
if self._conn_status != CONNECTION_STATUS_CONNECTED:
- self.start()
+ self.emit('want-to-connect')
else:
_logger.debug("::: invalid IP4 address, will disconnect")
self._stop()