mirror of
https://github.com/anope/anope.git
synced 2026-07-01 10:46:38 +02:00
Fix setting some default flags, reading fantasy blocks, and minusers setting being off by 1
This commit is contained in:
+1
-1
@@ -452,7 +452,7 @@ Conf::Conf() : Block("")
|
||||
ValidateNotEmpty("fantasy", "name", nname);
|
||||
ValidateNotEmpty("fantasy", "command", service);
|
||||
|
||||
CommandInfo &c = this->Fantasy[name];
|
||||
CommandInfo &c = this->Fantasy[nname];
|
||||
c.name = service;
|
||||
c.permission = permission;
|
||||
c.group = group;
|
||||
|
||||
Reference in New Issue
Block a user