added missing example arguments to language entry NS_NICKLIST_SYNC
authorpk910 <philipp@zoelle1.de>
Mon, 17 Dec 2012 19:42:56 +0000 (20:42 +0100)
committerpk910 <philipp@zoelle1.de>
Mon, 17 Dec 2012 19:42:56 +0000 (20:42 +0100)
src/modules/NeonServ.mod/bot_NeonServ.c

index 0ea4cbbd7b1fff63244c9511b246470dcdb25adb..ca2a3083f5303d9951bc0e1495047d3874d1a177 100644 (file)
@@ -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} */