mirror of
https://github.com/iio612/DEFENDER.git
synced 2026-02-13 19:24:23 +00:00
Remove all related to nickserv scope
This commit is contained in:
@@ -3,7 +3,7 @@ from typing import Optional, TYPE_CHECKING
|
||||
from core.classes.protocols.command_handler import CommandHandler
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from core.definition import MClient, MSasl, MUser, MChannel
|
||||
from core.definition import MSasl, MUser, MChannel
|
||||
from core.loader import Loader
|
||||
|
||||
class IProtocol(ABC):
|
||||
@@ -224,11 +224,8 @@ class IProtocol(ABC):
|
||||
"""
|
||||
|
||||
@abstractmethod
|
||||
async def send_svslogout(self, client_obj: 'MClient') -> None:
|
||||
async def send_svslogout(self) -> None:
|
||||
"""Logout a client from his account
|
||||
|
||||
Args:
|
||||
client_obj (MClient): The Client UID
|
||||
"""
|
||||
|
||||
@abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user