Home
last modified time | relevance | path

Searched refs:OnTopicUpdated (Results 1 – 6 of 6) sorted by relevance

/dports/irc/anope/anope-2.0.9/modules/extra/stats/irc2sql/
H A Dirc2sql.h81 …void OnTopicUpdated(User *source, Channel *c, const Anope::string &user, const Anope::string &topi…
H A Dirc2sql.cpp289 void IRC2SQL::OnTopicUpdated(User *source, Channel *c, const Anope::string &user, const Anope::stri… in OnTopicUpdated() function in IRC2SQL
/dports/irc/anope/anope-2.0.9/modules/commands/
H A Dcs_topic.cpp231 …void OnTopicUpdated(User *source, Channel *c, const Anope::string &user, const Anope::string &topi… in OnTopicUpdated() function in CSTopic
/dports/irc/anope/anope-2.0.9/src/
H A Dchannels.cpp806 FOREACH_MOD(OnTopicUpdated, (u, this, user, this->topic)); in ChangeTopicInternal()
820 FOREACH_MOD(OnTopicUpdated, (NULL, this, user, this->topic)); in ChangeTopic()
/dports/irc/anope/anope-2.0.9/modules/extra/stats/
H A Dm_chanstats.cpp528 …void OnTopicUpdated(User *source, Channel *c, const Anope::string &user, const Anope::string &topi… in OnTopicUpdated() function in MChanstats
/dports/irc/anope/anope-2.0.9/include/
H A Dmodules.h497 …virtual void OnTopicUpdated(User *source, Channel *c, const Anope::string &user, const Anope::stri… in OnTopicUpdated() function