]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/hash.h
Fix for "whats the color" 8ball question formats
[irc/evilnet/x3.git] / src / hash.h
index 66e9419ee4f2d2bd32d5ccd39637170ba0e402ee..2e81f256de35a66d1d5eb0806fedc4e7054ee550 100644 (file)
@@ -392,6 +392,8 @@ extern unsigned int max_clients, invis_clients;
 extern time_t max_clients_time;
 extern struct userList curr_opers, curr_helpers;
 
+extern unsigned int count_opers;
+
 struct server* GetServerH(const char *name); /* using full name */
 struct userNode* GetUserH(const char *nick);   /* using nick */
 struct chanNode* GetChannel(const char *name);