mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-17 14:01:03 +01:00
clientbot: fix wrong args to _squit
This commit is contained in:
parent
c6fcdd854c
commit
3d7e8f8420
@ -169,7 +169,7 @@ class ClientbotWrapperProtocol(Protocol):
|
|||||||
"""STUB: SQUITs a server."""
|
"""STUB: SQUITs a server."""
|
||||||
# What this actually does is just handle the SQUIT internally: i.e.
|
# What this actually does is just handle the SQUIT internally: i.e.
|
||||||
# Removing pseudoclients and pseudoservers.
|
# Removing pseudoclients and pseudoservers.
|
||||||
self._squit(source, target, text)
|
self._squit(source, 'CLIENTBOT_VIRTUAL_SQUIT', [target, text])
|
||||||
|
|
||||||
def _stub(self, *args):
|
def _stub(self, *args):
|
||||||
"""Stub outgoing command function (does nothing)."""
|
"""Stub outgoing command function (does nothing)."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user