mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-23 19:19:31 +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)" %
|
||||
(network,
|
||||
timediff(irc.start_ts, current_time),
|
||||
time.strftime(time_format, time.gmtime(irc.start_ts))
|
||||
timediff(ircobj.start_ts, current_time),
|
||||
time.strftime(time_format, time.gmtime(ircobj.start_ts))
|
||||
)
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user