mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-28 06:36:39 +02:00
e62ea1dedd
has_user_mode(acptr, 'i'): returns 1 / 0
find_user_mode('i'): returns the user mode (as 'long')
extern int has_user_mode(aClient *acptr, char mode);
extern long find_user_mode(char mode);