summaryrefslogtreecommitdiff
path: root/poezio/core/handlers.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/core/handlers.py')
-rw-r--r--poezio/core/handlers.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/poezio/core/handlers.py b/poezio/core/handlers.py
index 156f6b57..1e6e08ee 100644
--- a/poezio/core/handlers.py
+++ b/poezio/core/handlers.py
@@ -989,11 +989,6 @@ class HandlerCore:
Remote host responded, but we are not yet authenticated
"""
self.core.information("Connected to server.", 'Info')
-
- def on_connecting(self, event):
- """
- Just before we try to connect to the server
- """
self.core.legitimate_disconnect = False
def on_session_start(self, event):