diff --git a/protocols/inspircd.py b/protocols/inspircd.py index 0489485..995dc6c 100644 --- a/protocols/inspircd.py +++ b/protocols/inspircd.py @@ -299,7 +299,6 @@ def numericServer(irc, source, numeric, text): def connect(irc): ts = irc.start_ts - irc.uidgen = {} f = irc.send f('CAPAB START 1202') diff --git a/protocols/ts6.py b/protocols/ts6.py index 160bf4e..fcde032 100644 --- a/protocols/ts6.py +++ b/protocols/ts6.py @@ -235,7 +235,6 @@ def numericServer(irc, source, numeric, target, text): def connect(irc): ts = irc.start_ts - irc.uidgen = {} f = irc.send