multiple fixes
[NeonServV5.git] / src / modules / NeonServ.mod / cmd_neonserv_giveowner.c
index 9cf5ae750941c0439e6ac25563a089e2fcef2e23..779e28db40da5149426212915274150d8ac8777d 100644 (file)
@@ -76,7 +76,7 @@ CMD_BIND(neonserv_cmd_giveowner) {
             cache->event = event;
             cache->nick = strdup(argv[0]);
             cache->key = (argc != 1 ? strdup(argv[1]) : NULL);
-            get_userauth(cuser, neonserv_cmd_giveowner_nick_lookup, cache);
+            get_userauth(cuser, module_id, neonserv_cmd_giveowner_nick_lookup, cache);
         }
     }
 }