added experimental multi thread support
[NeonServV5.git] / src / cmd_neonserv_nicklist.c
index 268621dfcc613442628e0741cd630ec2fa1096d4..b04ccef6d2050d6fc04168fd01667cc2a8d8c6e3 100644 (file)
@@ -1,5 +1,5 @@
-/* cmd_neonserv_nicklist.c - NeonServ v5.2
- * Copyright (C) 2011  Philipp Kreil (pk910)
+/* cmd_neonserv_nicklist.c - NeonServ v5.3
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -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);
     }