Home
last modified time | relevance | path

Searched refs:privmsg (Results 151 – 175 of 536) sorted by relevance

12345678910>>...22

/dports/irc/p5-POE-Component-IRC-Plugin-POE-Knee/POE-Component-IRC-Plugin-POE-Knee-1.12/lib/POE/Component/IRC/Plugin/POE/
H A DKnee.pm54 $irc->yield( privmsg => $channel => "There is already a race in progress" );
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/NickCapture/
H A Dplugin.py127 irc.sendMsg(ircmsgs.privmsg('NickServ', 'release %s' % msg.args[1]))
/dports/x11-themes/irssi-themes/irssi-themes-2016082001/
H A Ddaywalker.theme30 privmsg = "%W[%w$0%W(%K$1-%W)]%w ";
H A Dliszt.theme42 privmsg = "%w$0%w[$1-] %w %n";
H A Dmika.theme37 privmsg = "[%R$0%K(%r$1-%K)%n] ";
H A Dtinylajs.theme64 privmsg = "%Kmsg from %B(%c$0%B):%n ";
H A Dneutralorange.theme37 privmsg = "[%R$0%K(%r$1-%K)%n] ";
H A Dsalsa.theme34 privmsg = "[%R$0%K(%r$1-%K)%n] ";
H A Dwhitespace.theme36 privmsg = "[%B$0%n(%b$1-%n)] ";
H A Ddbm.theme31 privmsg = "[%R$0%K(%r$1-%K)%n] ";
H A Dkaer-2.theme38 privmsg = "[%n$0%K(%w$1-%K)%n] ";
H A Doscar.theme35 privmsg = "%W$0%K[%w$1-%K]%n ";
H A Dtugg.theme36 privmsg = "[%R$0%K(%r$1-%K)%n] ";
H A Dredhead.theme135 privmsg = "%K[%R$0%K(%r$1-%K)%K]%n ";
278 msg_private = "{privmsg $0 $1 }$2";
H A Deon.theme43 privmsg = "[%R$0%K(%r$1-%K)%n] ";
H A Dskan.theme35 privmsg = "[%R$0%K(%r$1-%K)%n] ";
H A Dthirdeye.theme35 privmsg = "[%C$0%K(%c$1-%K)%n] ";
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/words/test/
H A Dtest_irc.py1712 self.p.privmsg("this-is-sender", "this-is-recip", "this is message")
1921 privmsg = []
1922 self.patch(self.client, "privmsg", lambda *a: privmsg.append(a))
1927 self.assertEqual(len(privmsg), expectedNumCommands)
1928 receivedMessage = "".join(message for user, target, message in privmsg)
2231 def privmsg(user, channel, message): function
2234 self.protocol.privmsg = privmsg
/dports/irc/py-irc/irc-13.1/irc/
H A Dclient.py753 self.privmsg(target, tmpl.format(**vars()))
885 def privmsg(self, target, text): member in ServerConnection
892 return self.privmsg(target, text)
1138 def privmsg(self, text): member in DCCConnection
/dports/irc/p5-POE-Component-IRC/POE-Component-IRC-6.93/lib/POE/Component/IRC/Cookbook/
H A DBasicBot.pod68 $irc->yield(privmsg => $channel, 'Hi everybody!');
/dports/irc/p5-POE-Component-IRC/POE-Component-IRC-6.93/t/02_behavior/
H A D09_multiple.t96 $irc->yield(privmsg => $where => 'HELLO');
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/oyoyo/
H A Dcmdhandler.py172 def privmsg(self, prefix, dest, msg): member in BotCommandHandler
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/BadWords/
H A Dplugin.py110 msg = ircmsgs.privmsg(msg.args[0], t, msg=msg)
/dports/irc/inspircd/inspircd-3.11.0/src/modules/
H A Dm_showfile.cpp75 localuser->Send(ServerInstance->GetRFCEvents().privmsg, msg); in Handle()
/dports/irc/inspircd/inspircd-3.11.0/src/coremods/core_info/
H A Dcore_info.cpp160 user->Send(ServerInstance->GetRFCEvents().privmsg, rawlogmsg); in OnUserConnect()

12345678910>>...22