]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/client.h
New configuration option "RequireAuthPing": PING-PONG on login
[ngircd-alex.git] / src / ngircd / client.h
index ff4ff2ffa6285a2af8937b6df5bc1049edbe3bdc..fecf5d9798d97a03d5d12482a9becbfe0764b16f 100644 (file)
@@ -26,6 +26,9 @@
 #define CLIENT_SERVICE 64              /* client is a service */
 #define CLIENT_UNKNOWNSERVER 128       /* unregistered server connection */
 #define CLIENT_GOTPASS_2813 256                /* client did send PASS, RFC 2813 style */
+#ifndef STRICT_RFC
+# define CLIENT_WAITAUTHPING 512       /* waiting for AUTH PONG from client */
+#endif
 
 #define CLIENT_TYPE int