mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-25 22:26:38 +02:00
d64fb8dbab
- Changed some useless stuff. - Enabled EXTCMODE by default, I presume it's stable but can't promise anything. - Module coders: changed 'allowed' callback function for umodes&snomasks, from 'aClient *sptr' to 'aClient *sptr, int what'. 'what' will be MODE_ADD if trying to add and MODE_DEL if trying to remove.