]> jfr.im git - irc/quakenet/newserv.git/blobdiff - whowas/whowas.h
glines: Include target nick in error message for block command.
[irc/quakenet/newserv.git] / whowas / whowas.h
index 15919917e013b998fceb32571e51992ef9b9d5ea..b24aff30523597c84946f4f7f6e8ac67e4c1a0e1 100644 (file)
@@ -27,9 +27,10 @@ extern whowas whowasrecs[WW_MAXENTRIES];
 extern int whowasoffset; /* points to oldest record */
 
 #define WHOWAS_UNUSED 0
-#define WHOWAS_QUIT 1
-#define WHOWAS_KILL 2
-#define WHOWAS_RENAME 3
+#define WHOWAS_USED 1
+#define WHOWAS_QUIT 2
+#define WHOWAS_KILL 3
+#define WHOWAS_RENAME 4
 
 whowas *whowas_fromnick(nick *np, int standalone);
 nick *whowas_tonick(whowas *ww);