Fix typo in utils.irc

This commit is contained in:
jesopo 2018-11-04 17:01:50 +00:00
parent 58363895f1
commit e1d261bda0

View file

@ -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