Home
last modified time | relevance | path

Searched refs:SendSQLine (Results 1 – 16 of 16) sorted by relevance

/dports/irc/anope/anope-2.0.9/modules/protocol/
H A Dcharybdis.cpp59 void SendSQLine(User *u, const XLine *x) anope_override { ratbox->SendSQLine(u, x); } in SendSQLine() function in CharybdisProto
H A Dplexus.cpp41 void SendSQLine(User *u, const XLine *x) anope_override { hybrid->SendSQLine(u, x); } in SendSQLine() function in PlexusProto
H A Dhybrid.cpp57 void SendSQLine(User *, const XLine *x) anope_override in SendSQLine() function in HybridProto
259 this->SendSQLine(NULL, &x); in SendSVSHold()
H A Dratbox.cpp64 void SendSQLine(User *, const XLine *x) anope_override in SendSQLine() function in RatboxProto
H A Dinspircd20.cpp68 void SendSQLine(User *u, const XLine *x) anope_override { insp12->SendSQLine(u, x); } in SendSQLine() function in InspIRCd20Proto
H A Dbahamut.cpp86 void SendSQLine(User *, const XLine *x) anope_override in SendSQLine() function in BahamutIRCdProto
H A Dinspircd12.cpp308 void SendSQLine(User *, const XLine *x) anope_override in SendSQLine() function in InspIRCd12Proto
H A Dunreal.cpp191 void SendSQLine(User *, const XLine *x) anope_override in SendSQLine() function in UnrealIRCdProto
H A Dunreal4.cpp195 void SendSQLine(User *, const XLine *x) anope_override in SendSQLine() function in UnrealIRCdProto
H A Dinspircd3.cpp319 void SendSQLine(User *u, const XLine *x) anope_override in SendSQLine() function in InspIRCd3Proto
/dports/irc/anope/anope-2.0.9/modules/commands/
H A Dos_forbid.cpp287 IRCD->SendSQLine(NULL, &x); in Execute()
489 IRCD->SendSQLine(NULL, &x); in OnCheckKick()
H A Dbs_bot.cpp204 IRCD->SendSQLine(NULL, &x); in DoChange()
/dports/irc/anope/anope-2.0.9/src/
H A Dbots.cpp43 IRCD->SendSQLine(NULL, &x); in BotInfo()
H A Dservers.cpp101 IRCD->SendSQLine(NULL, &x); in Server()
/dports/irc/anope/anope-2.0.9/modules/pseudoclients/
H A Doperserv.cpp101 IRCD->SendSQLine(u, x); in Send()
/dports/irc/anope/anope-2.0.9/include/
H A Dprotocol.h119 virtual void SendSQLine(User *, const XLine *x) { } in SendSQLine() function