mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
WHOIS bugfix: Don't display the signon time if it isn't known..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@497 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
dca0b73823
commit
158817c858
@ -389,7 +389,7 @@ static void event_whois_idle(const char *data, IRC_SERVER_REC *server)
|
|||||||
mins = (secs%3600)/60;
|
mins = (secs%3600)/60;
|
||||||
secs %= 60;
|
secs %= 60;
|
||||||
|
|
||||||
if (signonstr == 0)
|
if (signon == 0)
|
||||||
printformat(server, nick, MSGLEVEL_CRAP, IRCTXT_WHOIS_IDLE,
|
printformat(server, nick, MSGLEVEL_CRAP, IRCTXT_WHOIS_IDLE,
|
||||||
nick, days, hours, mins, secs);
|
nick, days, hours, mins, secs);
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user