X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/da5b7dfc7a674db48cc4bcb478672263b3db714f..763de7014996b16d25ce108aa802902115a7c5dd:/src/hash.h diff --git a/src/hash.h b/src/hash.h index feae475..9767650 100644 --- a/src/hash.h +++ b/src/hash.h @@ -5,7 +5,7 @@ * * x3 is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -106,6 +106,7 @@ #define REALLEN 50 #define TOPICLEN 250 #define CHANNELLEN 200 +#define MARKLEN 20 #define MAXOPLEVEL 999 #define MAXMODEPARAMS 6 @@ -209,6 +210,7 @@ struct userNode { int dma_code; int area_code; + char *mark; /* only filled if they are marked */ char *version_reply; /* only filled in if a version query was triggered */ time_t timestamp; /* Time of last nick change */