multiple fixes
[NeonServV5.git] / src / modules / NeonServ.mod / cmd_neonserv_voice.c
index 49dfe6cf7183900661079648bd39a2eacf2fd195..1325d8d4c441b5cf3b3a5bed99bea70178fb8f37 100644 (file)
@@ -41,7 +41,7 @@ CMD_BIND(neonserv_cmd_voice) {
     cache->user = user;
     cache->event = event;
     cache->nicks = strdup(merge_argv(argv, 0, argc));
-    get_userlist_if_invisible(chan, neonserv_cmd_voice_userlist_lookup, cache);
+    get_userlist_if_invisible(chan, module_id, neonserv_cmd_voice_userlist_lookup, cache);
 }
 
 static USERLIST_CALLBACK(neonserv_cmd_voice_userlist_lookup) {