X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/474d3d6240df2349196a8982194d27421a127656..80e32fcd996025093c28b304d91d376b72c1496e:/nick/nick.h diff --git a/nick/nick.h b/nick/nick.h index 2efadf30..d3bae4e2 100644 --- a/nick/nick.h +++ b/nick/nick.h @@ -164,6 +164,7 @@ typedef struct nick { struct nick *nextbyauthname; /* These are extensions only used by other modules */ array *channels; + sstring *message; void *exts[MAXNICKEXTS]; } nick;