X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2Fmodules%2FNeonServ.mod%2Fbot_NeonServ.c;fp=src%2Fmodules%2FNeonServ.mod%2Fbot_NeonServ.c;h=d1b9a5b9c93ab490b7d7a46caf48b53d3cf6e96e;hp=6a14454d7361ef527fa96dfdccf9ab9875216e88;hb=e192ffc0fed753aa5a5c5081674511f90c5a953b;hpb=5db7ffe3eaf08c7346f5b8507d0af7b1fb77dd15 diff --git a/src/modules/NeonServ.mod/bot_NeonServ.c b/src/modules/NeonServ.mod/bot_NeonServ.c index 6a14454..d1b9a5b 100644 --- a/src/modules/NeonServ.mod/bot_NeonServ.c +++ b/src/modules/NeonServ.mod/bot_NeonServ.c @@ -15,6 +15,7 @@ * along with this program. If not, see . */ #include "../module.h" +#include "../botid.h" #include "bot_NeonServ.h" #include "../../modcmd.h" @@ -37,7 +38,7 @@ #include "cmd_neonserv.h" #include "../../ConfigParser.h" -#define BOTID 1 +#define BOTID NEONSERV_BOTID #define BOTALIAS "NeonServ" static const struct default_language_entry msgtab[] = { @@ -236,6 +237,7 @@ static const struct default_language_entry msgtab[] = { {"NS_REGISTER_DONE", "$b%s$b is now registered to $b%s$b."}, /* {ARGS: "#TestChan", "TestUser"} */ {"NS_REGISTER_DONE_NOAUTH", "$b%s$b is now registered."}, /* {ARGS: "#TestChan"} */ {"NS_UNREGISTER_NOT_REGISTERED", "$b%s$b is not registered with %s."}, /* {ARGS: "#TestChan", "NeonServ"} */ + {"NS_UNREGISTER_NODELETE", "$b%s$b is protected from being unregistered (nodelete)."}, /* {ARGS: "#TestChan"} */ {"NS_UNREGISTER_DONE", "$b%s$b unregistered."}, /* {ARGS: "#TestChan"} */ {"NS_RECOVER_DONE", "$b%s$b has been recovered."}, /* {ARGS: "#TestChan"} */ {"NS_RESYNC_DONE", "Synchronized users in $b%s$b with the userlist."}, /* {ARGS: "#TestChan"} */