mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-30 10:26:37 +02:00
On second thought, for m_whox the priority is not important,
so set it to zero (0).
This commit is contained in:
@@ -84,7 +84,7 @@ MOD_INIT(m_whox)
|
||||
|
||||
MOD_LOAD(m_whox)
|
||||
{
|
||||
CmdoverrideAddEx(modinfo->handle, "WHO", 9999999, override_who);
|
||||
CmdoverrideAddEx(modinfo->handle, "WHO", 0, override_who);
|
||||
return MOD_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user