mirror of
https://github.com/anope/anope.git
synced 2026-07-04 01:23:12 +02:00
Removed nickrequests, instead have unconfirmed registrations. Also made ns_resetpass allow remote-id to get past things such as kill immed.
This commit is contained in:
@@ -186,7 +186,7 @@ class ModuleSQL : public Module, public Pipe
|
||||
|
||||
for (i = 0, num = config.Enumerate("mysql"); i < num; ++i)
|
||||
{
|
||||
if (config.ReadValue("mysql", "name", "", i) == cname)
|
||||
if (config.ReadValue("mysql", "name", "main", i) == cname)
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user