Home
last modified time | relevance | path

Searched defs:targetchan (Results 1 – 6 of 6) sorted by relevance

/dports/irc/inspircd/inspircd-3.11.0/src/modules/
H A Dm_censor.cpp66 Channel* targetchan = target.Get<Channel>(); in OnUserPreMessage() local
H A Dm_banredirect.cpp41 std::string targetchan; member in BanRedirectEntry
H A Dm_check.cpp174 Channel *targetchan; in Handle() local
H A Dm_services_account.cpp212 Channel* targetchan = target.Get<Channel>(); in HandleMessage() local
/dports/irc/anope/anope-2.0.9/modules/commands/
H A Dcs_seen.cpp100 Channel *targetchan = Channel::Find(channel); in ShouldHide() local
/dports/irc/inspircd/inspircd-3.11.0/include/
H A Dclientprotocolmsg.h410 void PushTargetChan(char status, const Channel* targetchan) in PushTargetChan()