*** VERSION 5.4.0 ***
[NeonServV5.git] / src / modules / NeonServ.mod / cmd_neonserv_wipeinfo.c
index 71a1cc8b95a45ca1488bcb16b6d07a56ad1f0c65..8541f5b3617d57b06eb2e4b48fbfae3301afc38e 100644 (file)
@@ -1,4 +1,4 @@
-/* cmd_neonserv_wipeinfo.c - NeonServ v5.3
+/* cmd_neonserv_wipeinfo.c - NeonServ v5.4
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -60,7 +60,7 @@ CMD_BIND(neonserv_cmd_wipeinfo) {
             cache->chan = chan;
             cache->event = event;
             cache->nick = strdup(argv[0]);
-            get_userauth(cuser, neonserv_cmd_wipeinfo_nick_lookup, cache);
+            get_userauth(cuser, module_id, neonserv_cmd_wipeinfo_nick_lookup, cache);
         }
     }
 }