fixed cmd_nicklist text
authorpk910 <philipp@zoelle1.de>
Wed, 4 Jan 2012 04:47:05 +0000 (05:47 +0100)
committerpk910 <philipp@zoelle1.de>
Wed, 4 Jan 2012 04:47:05 +0000 (05:47 +0100)
src/bot_NeonServ.c
src/cmd_neonserv_nicklist.c

index 99fd0466445264e4b51aadac2d630b5297db64ab..46074d47bbef45b3c5131c3ffbe7ca6de4ba989a 100644 (file)
@@ -344,7 +344,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 200 and voiced with 100 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_SETBOT_UNKNOWN", "`%d` is an unknown botid."}, /* {ARGS: 50} */
     {"NS_SETBOT_HEADER", "$bSettings for botid `%d`:$b"}, /* {ARGS: 50} */
     {"NS_SETBOT_SETTING", "$b%s$b is an unknown bot setting."}, /* {ARGS: "strangeSetting"} */
index ca7cfd7ff269192c56b2e8bfcd5b07a555bf58cd..b04ccef6d2050d6fc04168fd01667cc2a8d8c6e3 100644 (file)
@@ -212,7 +212,7 @@ static void neonserv_cmd_nicklist_async1(struct ClientSocket *client, struct Cli
     table_free(table);
     if(synced_user) {
         if(!syncusers)
-            reply(textclient, user, "NS_NICKLIST_SYNC");
+            reply(textclient, user, "NS_NICKLIST_SYNC", db_enfops, db_enfvoice);
         else
             logEvent(event);
     }