summaryrefslogtreecommitdiff
path: root/src/irc/core/irc-server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/core/irc-server.h')
-rw-r--r--src/irc/core/irc-server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/irc/core/irc-server.h b/src/irc/core/irc-server.h
index e3f7d960..00ced177 100644
--- a/src/irc/core/irc-server.h
+++ b/src/irc/core/irc-server.h
@@ -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,... */