3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-01-12 05:02:33 +01:00

Remove duplicate assignment of irc.uidgen

This commit is contained in:
James Lu 2015-08-03 19:44:11 -07:00
parent 042edb3e1c
commit 8a134aadc5
2 changed files with 0 additions and 2 deletions

View File

@ -299,7 +299,6 @@ def numericServer(irc, source, numeric, text):
def connect(irc): def connect(irc):
ts = irc.start_ts ts = irc.start_ts
irc.uidgen = {}
f = irc.send f = irc.send
f('CAPAB START 1202') f('CAPAB START 1202')

View File

@ -235,7 +235,6 @@ def numericServer(irc, source, numeric, target, text):
def connect(irc): def connect(irc):
ts = irc.start_ts ts = irc.start_ts
irc.uidgen = {}
f = irc.send f = irc.send