Fix typo in utils.irc
This commit is contained in:
parent
58363895f1
commit
e1d261bda0
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ def seperate_hostmask(hostmask: str) -> IRCHostmask:
|
||||||
|
|
||||||
class IRCLine(object):
|
class IRCLine(object):
|
||||||
def __init__(self, tags: dict, prefix: typing.Optional[str], command: str,
|
def __init__(self, tags: dict, prefix: typing.Optional[str], command: str,
|
||||||
args: IRCArgs,
|
args: IRCArgs):
|
||||||
self.tags = tags
|
self.tags = tags
|
||||||
self.prefix = prefix
|
self.prefix = prefix
|
||||||
self.command = command
|
self.command = command
|
||||||
|
|
Loading…
Add table
Reference in a new issue