mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +01:00
nefarious: handle VERSION requests
This commit is contained in:
parent
81d2450460
commit
560311a98b
@ -1257,5 +1257,9 @@ class P10Protocol(Protocol):
|
||||
self.checkCloakChange(target)
|
||||
# We don't need to send any hooks here, checkCloakChange does that for us.
|
||||
|
||||
def handle_version(self, numeric, command, args):
|
||||
# <- ABAAA V :Ay
|
||||
"""Handles requests for the PyLink server version."""
|
||||
return {} # See coreplugin.py for how this hook is used
|
||||
|
||||
Class = P10Protocol
|
||||
|
Loading…
Reference in New Issue
Block a user