1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-30 08:26:38 +02:00
This commit is contained in:
Bram Matthys
2021-08-14 09:50:58 +02:00
parent a6b5587666
commit 34bf0d7ec6
+1 -1
View File
@@ -76,7 +76,7 @@ Extban *ExtbanAdd(Module *module, ExtbanInfo req)
req.name = module->header->name;
p = strrchr(req.name, '/');
if (p)
req.name = p;
req.name = p+1;
}
for (slot=0; slot <= ExtBan_highest; slot++)