mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-01 17:46:38 +02:00
ea651384f8
Module coders: * The cap->visible(void) callback function is now cap->visible(aClient *) * There is a new cap->parameter(aClient *) callback function. * Various updates to subfunctions to pass 'sptr' (due to the above), including clicap_find(sptr, ...) * New CLICAP_FLAGS_UNREQABLE flag Other: * There is a new (src/)modules/cap directory containing the sts module, well.. once I commit it :D