From: pk910 Date: Mon, 17 Dec 2012 19:42:56 +0000 (+0100) Subject: added missing example arguments to language entry NS_NICKLIST_SYNC X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=commitdiff_plain;h=d57b2b3d5d3fcfba64139a7b7ea0a7a1502fb436;ds=sidebyside added missing example arguments to language entry NS_NICKLIST_SYNC --- diff --git a/src/modules/NeonServ.mod/bot_NeonServ.c b/src/modules/NeonServ.mod/bot_NeonServ.c index 0ea4cbb..ca2a308 100644 --- a/src/modules/NeonServ.mod/bot_NeonServ.c +++ b/src/modules/NeonServ.mod/bot_NeonServ.c @@ -358,7 +358,7 @@ static const struct default_language_entry msgtab[] = { {"NS_NICKLIST_NICK", "Nick"}, {"NS_NICKLIST_STATE", "State"}, {"NS_NICKLIST_ACCESS", "Access"}, - {"NS_NICKLIST_SYNC", "use `nicklist sync` to fix all red and orange entrys in the list above (add opped users with %d and voiced with %d access)"}, + {"NS_NICKLIST_SYNC", "use `nicklist sync` to fix all red and orange entrys in the list above (add opped users with %d and voiced with %d access)"}, /* {ARGS: 200, 100} */ {"NS_NICKLIST_ACCESS_BOT", "Bot"}, {"NS_NICKLIST_ACCESS_OPER", "Operator"}, {"NS_SETBOT_UNKNOWN", "`%d` is an unknown botid."}, /* {ARGS: 50} */