Home
last modified time | relevance | path

Searched refs:IsGlobalChannel (Results 1 – 3 of 3) sorted by relevance

/dports/irc/undernet-ircu/ircu2.10.12.19/include/
H A Dchannel.h135 #define IsGlobalChannel(name) (*(name) == '#') macro
137 #define IsChannelName(name) (IsGlobalChannel(name) || IsLocalChannel(name))
/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/
H A Dm_invite.c242 if (!IsGlobalChannel(parv[2])) { in ms_invite()
H A Dwhocmds.c257 if ((IsGlobalChannel(chan->channel->chname) ? IsOper(sptr) : IsAnOper(sptr)) in do_who()