1
0
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:
Adam
2013-05-07 00:24:37 -04:00
parent e23baf4297
commit 6859decfb8
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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;