X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fcmd_neonserv_voiceall.c;h=a54f92ab7971f71a51099881e89a38ea9778a74d;hb=1bea35736d72f4be9ead3bf5b5dfbf978daf5f3f;hp=d16bf84b08f19ecc924375be277d9a0c1311ea8f;hpb=e71c5d6e8908d366e15dd29bea9507d45b0f3b3d;p=NeonServV5.git diff --git a/src/cmd_neonserv_voiceall.c b/src/cmd_neonserv_voiceall.c index d16bf84..a54f92a 100644 --- a/src/cmd_neonserv_voiceall.c +++ b/src/cmd_neonserv_voiceall.c @@ -44,7 +44,7 @@ CMD_BIND(neonserv_cmd_voiceall) { cache->nickmask = strdup(argv[0]); } else cache->nickmask = NULL; - get_userlist_with_invisible(chan, neonserv_cmd_voiceall_userlist_lookup, cache); + get_userlist_if_invisible(chan, neonserv_cmd_voiceall_userlist_lookup, cache); } static USERLIST_CALLBACK(neonserv_cmd_voiceall_userlist_lookup) {