mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
/WHOIS automatically sends a /WHOWAS query if nick wasn't in IRC.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@315 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
bdb70fe464
commit
15d49dbd85
6 changed files with 127 additions and 9 deletions
|
|
@ -87,6 +87,8 @@ typedef struct {
|
|||
int server_operator:1;
|
||||
|
||||
int whois_coming:1; /* Mostly just to display away message right.. */
|
||||
int whois_found:1; /* Did WHOIS return any entries? */
|
||||
int whowas_found:1; /* Did WHOWAS return any entries? */
|
||||
|
||||
int emode_known:1; /* Server understands ban exceptions and invite lists */
|
||||
int no_multi_mode:1; /* Server doesn't understand MODE #chan1,#chan2,... */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue