mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-07 05:43:13 +02:00
a95825687c
And update release notes: * Add more [Crule](https://www.unrealircd.org/docs/Crule) functions: * `is_away()` returns true if the client is currently away * `has_user_mode('x')` returns true if all the user modes are set on the client. * `has_channel_mode('x')` can be used for spamfilters with a destination channel, such as messages: it returns true if all specified channel modes are set on the channel.