mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 23:22:16 +02:00
/NOTIFY -idle fixes.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@515 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1a655f3575
commit
e322876342
4 changed files with 11 additions and 14 deletions
|
|
@ -7,7 +7,7 @@
|
|||
typedef struct {
|
||||
char *nick;
|
||||
char *user, *host, *realname, *awaymsg;
|
||||
time_t idle_time;
|
||||
int idle_time;
|
||||
|
||||
int host_ok:1; /* host matches the one in notifylist = this is the right person*/
|
||||
int away_ok:1; /* not away, or we don't care about it */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue