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:
parent
042edb3e1c
commit
8a134aadc5
@ -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')
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user