summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo (C10uD) <c10ud.dev@gmail.com>2011-05-02 17:29:59 +0200
committerRiccardo (C10uD) <c10ud.dev@gmail.com>2011-05-02 17:29:59 +0200
commit4353480a4f5cba92bed3e16bc362dbc037525ceb (patch)
treea9caa3d0e9b289b4a0a25e5f9db264f7639f8e76
parente245c14582bb55a70a4e77754f859f3093979b09 (diff)
Remove duplicated method that prevents papyon from answering server's pings.
-rw-r--r--papyon/msnp/notification.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/papyon/msnp/notification.py b/papyon/msnp/notification.py
index 5aee9f3..8aa691f 100644
--- a/papyon/msnp/notification.py
+++ b/papyon/msnp/notification.py
@@ -695,9 +695,6 @@ class NotificationProtocol(BaseProtocol, Timer):
self.emit("switchboard-invitation-received", session, inviter)
# --------- Challenge ----------------------------------------------------
- def _handle_QNG(self, command):
- pass
-
def _handle_QRY(self, command):
pass