]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/client.h
Pretty symlink logic for help files
[irc/rqf/shadowircd.git] / include / client.h
index a3acba6d2ec19d6910f39b4d5cd4ac9b16536d90..aad68a6d0ce38e10e874b697acc0c408a32a4915 100644 (file)
@@ -38,8 +38,7 @@
 #include "channel.h"
 #include "res.h"
 #include "snomask.h"
-#include "irc_string.h"
-#include "sprintf_irc.h"
+#include "match.h"
 #include "ircd.h"
 
 /* other structs */
@@ -231,6 +230,7 @@ struct LocalUser
         * agreed. lets get rid of it someday! --nenolod
         */
        char *passwd;
+       char *auth_user;
        char *opername; /* name of operator{} block being used or tried (challenge) */
        char *challenge;
        char *fullcaps;