diff --git a/TODO b/TODO index 343e090b..2ae01eb7 100644 --- a/TODO +++ b/TODO @@ -4,14 +4,10 @@ NeoStats - TODO Log: http://bugs.neostats.net) -/msg neostats access - causes segv rollergirl.sg.as.irc-chat.net is lagged out with a ping of 1123867742 =FloodServ= HOST: - default host is always empty -unloading connectserv segv's neostats - My NeoStats is using 29Mb of memory on 150 users.... most modules loaded. Valgrind is overdue just to check memory allocations -hostserv unet style vhosts is broken? diff --git a/modules/extauth/extauth.c b/modules/extauth/extauth.c index 0729ac8e..f8071daa 100644 --- a/modules/extauth/extauth.c +++ b/modules/extauth/extauth.c @@ -89,7 +89,7 @@ static hash_t *accesshash; /** Bot comand table */ bot_cmd extauth_commands[] = { - {"ACCESS", ea_cmd_access, 0, NS_ULEVEL_ROOT, ea_help_access}, + {"ACCESS", ea_cmd_access, 1, NS_ULEVEL_ROOT, ea_help_access}, {NULL, NULL, 0, 0, NULL} };