*** VERSION 5.4.0 ***
[NeonServV5.git] / src / modules / NeonServ.mod / cmd_neonserv_resync.c
index 7c60a6eb044d6265d2db0735e52f8675dae49da5..7a227f011eecd1bd5e86bc90138349c317ab0551 100644 (file)
@@ -1,4 +1,4 @@
-/* cmd_neonserv_resync.c - NeonServ v5.3
+/* cmd_neonserv_resync.c - NeonServ v5.4
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -61,7 +61,7 @@ CMD_BIND(neonserv_cmd_resync) {
     cache->min_access = min_access;
     cache->max_access = max_access;
     cache->override_noautoop = override_noautoop;
-    get_userlist_with_invisible(chan, neonserv_cmd_resync_userlist_lookup, cache);
+    get_userlist_with_invisible(chan, module_id, neonserv_cmd_resync_userlist_lookup, cache);
 }
 
 static USERLIST_CALLBACK(neonserv_cmd_resync_userlist_lookup) {