mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02: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
1 changed files with 1 additions and 1 deletions
|
|
@ -389,7 +389,7 @@ static void event_whois_idle(const char *data, IRC_SERVER_REC *server)
|
|||
mins = (secs%3600)/60;
|
||||
secs %= 60;
|
||||
|
||||
if (signonstr == 0)
|
||||
if (signon == 0)
|
||||
printformat(server, nick, MSGLEVEL_CRAP, IRCTXT_WHOIS_IDLE,
|
||||
nick, days, hours, mins, secs);
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue