mirror of
https://github.com/ncoevoet/ChanTracker.git
synced 2025-04-26 13:01:06 -05:00
fix
This commit is contained in:
parent
55f6162b14
commit
63683c6739
@ -998,7 +998,7 @@ class Chan (object):
|
|||||||
i.uid = uid
|
i.uid = uid
|
||||||
i.mode = mode
|
i.mode = mode
|
||||||
i.value = value
|
i.value = value
|
||||||
i.channel = self.named
|
i.channel = self.name
|
||||||
i.by = oper
|
i.by = oper
|
||||||
i.when = float(when)
|
i.when = float(when)
|
||||||
i.expire = float(expire)
|
i.expire = float(expire)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user