From d57b2b3d5d3fcfba64139a7b7ea0a7a1502fb436 Mon Sep 17 00:00:00 2001 From: pk910 Date: Mon, 17 Dec 2012 20:42:56 +0100 Subject: [PATCH] added missing example arguments to language entry NS_NICKLIST_SYNC --- src/modules/NeonServ.mod/bot_NeonServ.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} */ -- 2.20.1