]> jfr.im git - irc/quakenet/newserv.git/blobdiff - nterfacer/nterfacer.h
CHANSERV: tell user when they can't attempts to auth any more, and drop max attempts...
[irc/quakenet/newserv.git] / nterfacer / nterfacer.h
index 4e91164fc9bfee25300c86c1e04866b7fd1396b7..aed56556ffaef1889a04952368b91fe69fc84e4e 100644 (file)
@@ -16,6 +16,7 @@
 
 #define BF_OK      0x00
 #define BF_OVER    0xFF
+#define BF_UNLOADED 0xFE
 
 #define SS_IDLE           0x00
 #define SS_VERSIONED      0x01
@@ -31,7 +32,7 @@
 struct rline;
 
 typedef int (*handler_function)(struct rline *ri, int argc, char **argv);
-typedef void (*rline_callback)(int failed, char *buf, void *tag);
+typedef void (*rline_callback)(int failed, int linec, char **linev, void *tag);
 
 typedef struct handler {
   sstring *command;