mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-30 08:26:38 +02:00
Grin...
This commit is contained in:
+1
-1
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user