From d63115440dbf426063e0f5d813255295dc910837 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 5 Nov 2018 18:30:14 +0000 Subject: Fix the order of some connection params, add `alias` as a seperate argument to IRCServer.Server --- src/utils/irc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils') diff --git a/src/utils/irc.py b/src/utils/irc.py index c78dd179..a7604b4b 100644 --- a/src/utils/irc.py +++ b/src/utils/irc.py @@ -145,7 +145,7 @@ def strip_font(s: str) -> str: OPT_STR = typing.Optional[str] class IRCConnectionParameters(object): def __init__(self, id: int, alias: OPT_STR, hostname: str, port: int, - tls: bool, ipv4: bool, password: OPT_STR, bindhost: OPT_STR, + password: OPT_STR, tls: bool, ipv4: bool, bindhost: OPT_STR, nickname: str, username: OPT_STR, realname: OPT_STR): self.id = id self.alias = alias -- cgit v1.3.1-10-gc9f91