Home
last modified time | relevance | path

Searched refs:OnPrivmsg (Results 1 – 8 of 8) sorted by relevance

/dports/irc/dancer/dancer-4.16/src/
H A Dserver.h28 void OnPrivmsg(char *, char *);
H A Dserver_gperf.c69 {"PRIVMSG", OnPrivmsg}, in FindServerKey()
H A Dserver.c112 {"PRIVMSG", OnPrivmsg}, {"MODE", OnMode}, {"JOIN", OnJoin},
185 void OnPrivmsg(char *from, char *line) in OnPrivmsg() function
/dports/irc/anope/anope-2.0.9/modules/
H A Dfantasy.cpp95 void OnPrivmsg(User *u, Channel *c, Anope::string &msg) anope_override in OnPrivmsg() function in Fantasy
/dports/irc/anope/anope-2.0.9/modules/extra/stats/
H A Dm_chanstats.cpp579 void OnPrivmsg(User *u, Channel *c, Anope::string &msg) anope_override in OnPrivmsg() function in MChanstats
/dports/irc/anope/anope-2.0.9/src/
H A Dmessages.cpp315 FOREACH_MOD(OnPrivmsg, (u, c, message)); in Run()
/dports/irc/anope/anope-2.0.9/include/
H A Dmodules.h1008 …virtual void OnPrivmsg(User *u, Channel *c, Anope::string &msg) { throw NotImplementedException();… in OnPrivmsg() function
/dports/irc/anope/anope-2.0.9/modules/commands/
H A Dbs_kick.cpp1224 void OnPrivmsg(User *u, Channel *c, Anope::string &msg) anope_override in OnPrivmsg() function in BSKick