mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-17 14:01:03 +01:00
stats: oops, use the right Irc object
This commit is contained in:
parent
de99be720e
commit
efded33f4a
@ -55,8 +55,8 @@ def uptime(irc, source, args):
|
|||||||
)
|
)
|
||||||
irc.reply("Connected to %s: \x02%s\x02 (connected on %s)" %
|
irc.reply("Connected to %s: \x02%s\x02 (connected on %s)" %
|
||||||
(network,
|
(network,
|
||||||
timediff(irc.start_ts, current_time),
|
timediff(ircobj.start_ts, current_time),
|
||||||
time.strftime(time_format, time.gmtime(irc.start_ts))
|
time.strftime(time_format, time.gmtime(ircobj.start_ts))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user