1
0
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:
Bram Matthys
2018-12-08 15:29:02 +01:00
parent 9cfff2d07d
commit 7cd0bbbcb9
+1 -1
View File
@@ -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;
}