aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/utils/irc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/irc.py b/src/utils/irc.py
index 99a53d86..9eb8e06b 100644
--- a/src/utils/irc.py
+++ b/src/utils/irc.py
@@ -54,7 +54,7 @@ def seperate_hostmask(hostmask: str) -> IRCHostmask:
class IRCLine(object):
def __init__(self, tags: dict, prefix: typing.Optional[str], command: str,
- args: IRCArgs,
+ args: IRCArgs):
self.tags = tags
self.prefix = prefix
self.command = command