mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-30 14:49:28 +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)
|
self.checkCloakChange(target)
|
||||||
# We don't need to send any hooks here, checkCloakChange does that for us.
|
# 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
|
Class = P10Protocol
|
||||||
|
Loading…
Reference in New Issue
Block a user