mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 09:19:23 +01:00
commands: remove reference to 'signon time'
This commit is contained in:
parent
7c1a80708b
commit
6904ba9606
@ -45,8 +45,8 @@ def showuser(irc, source, args):
|
||||
serverobj = irc.servers[sid]
|
||||
ts = userobj.ts
|
||||
|
||||
# Show connected server & signon time
|
||||
f('\x02Home server\x02: %s (%s); \x02Signon time:\x02 %s (%s)' % \
|
||||
# Show connected server & nick TS
|
||||
f('\x02Home server\x02: %s (%s); \x02Nick TS:\x02 %s (%s)' % \
|
||||
(serverobj.name, sid, ctime(float(ts)), ts))
|
||||
|
||||
if verbose: # Oper only data: user modes, channels on, account info, etc.
|
||||
|
Loading…
Reference in New Issue
Block a user