Home
last modified time | relevance | path

Searched refs:MODE_HALFOP (Results 1 – 5 of 5) sorted by relevance

/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_sjoin.c353 if (lp->flags & MODE_HALFOP) in CMD_FUNC()
355 lp->flags &= ~MODE_HALFOP; in CMD_FUNC()
H A Dm_mode.c806 if (MyClient(cptr) && (modetype == MODE_HALFOP) && (what == MODE_DEL) && in do_mode_char()
1004 case MODE_HALFOP: in do_mode_char()
1112 if (modetype == MODE_HALFOP) in do_mode_char()
H A Dm_server.c1393 if (lp->flags & MODE_HALFOP) in send_channel_modes_sjoin()
1548 if (lp->flags & MODE_HALFOP) in send_channel_modes_sjoin3()
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Dchannel.c89 {MODE_HALFOP, 'h', 0, 1},
1631 if (flags & MODE_HALFOP) in rejoin_dojoinandmode()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h1731 #define MODE_HALFOP 0x0100 macro
1760 #define MODE_WPARAS (MODE_HALFOP|MODE_CHANOP|MODE_VOICE|MODE_CHANOWNER|MODE_CHANPROT|MODE_BAN|MODE_…