added recover function to NeonBackup (used to recover Bot privileges when NeonBackup...
[NeonServV5.git] / src / modules / NeonServ.mod / cmd_neonserv_unsuspend.c
index 4053950e4b6c29aab397bb960257d47be227d077..9f710718dd09df9436f1451e4a7a584a2c5453d1 100644 (file)
@@ -1,4 +1,4 @@
-/* cmd_neonserv_unsuspend.c - NeonServ v5.3
+/* cmd_neonserv_unsuspend.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_unsuspend) {
             cache->chan = chan;
             cache->event = event;
             cache->nick = strdup(argv[0]);
-            get_userauth(cuser, neonserv_cmd_unsuspend_nick_lookup, cache);
+            get_userauth(cuser, module_id, neonserv_cmd_unsuspend_nick_lookup, cache);
         }
     }
 }