X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/a50e1bf18405f5930f761b7cf3a6d887f7e1049d..0914614786d5c7654ef65dd76b8313b80fc6f77e:/noperserv/noperserv.c diff --git a/noperserv/noperserv.c b/noperserv/noperserv.c index 5f798959..e2d56a7e 100644 --- a/noperserv/noperserv.c +++ b/noperserv/noperserv.c @@ -9,6 +9,7 @@ #include "../localuser/localuser.h" #include "../lib/irc_string.h" #include "../lib/strlfunc.h" +#include "../lib/version.h" #include "noperserv.h" #include "noperserv_db.h" #include "noperserv_hooks.h" @@ -18,6 +19,8 @@ #include #include +MODULE_VERSION("$Id: noperserv.c 786 2007-05-13 20:22:35Z newserv $") + #define FLAGBUFLEN 100 #define NO_FOUND_NICKNAME 1 @@ -113,7 +116,7 @@ void _init() { " +b: BROADCAST commands\n" " +o: Operation commands, such as insmod, rmmod, die, etc\n" " +O: /OPER\n" - " +I: Misc commands (resync)\n" + " +I: Misc commands (resync, etc)\n" " +n: Sends notices instead of privmsgs\n" " +A: Every single command sent to the service (spammy)\n" ); @@ -147,7 +150,7 @@ void _fini() { /* @test */ int noperserv_hello(void *sender, int cargc, char **cargv) { - char *newaccount; + char *newaccount = NULL; no_autheduser *au; int i; nick *np = (nick *)sender, *np2, *target = NULL;