HomeSort by relevance Sort by last modified time
    Searched full:ctcp (Results 1 - 7 of 7) sorted by null

  /external/libvpx/libvpx/examples/includes/geshi/geshi/
mirc.php 57 'copy','creq','ctcp','ctcpreply','ctcps','dcc','dde','ddeserver',
138 2 => '(on|ctcp) (!|@|&)?(\d|\*):[a-zA-Z]+:',
140 GESHI_SEARCH => '((on|ctcp) (!|@|&)?(\d|\*):(Action|Active|Agent|AppActive|Ban|Chat|Close|Connect|Ctcp|CtcpReply|DccServer|DeHelp|DeOp|DeVoice|Dialog|Dns|Error|Exit|FileRcvd|FileSent|GetFail|Help|Hotlink|Input|Invite|Join|KeyDown|KeyUp|Kick|Load|Logon|MidiEnd|Mode|Mp3End|Nick|NoSound|Notice|Notify|Op|Open|Part|Ping|Pong|PlayEnd|Quit|Raw|RawMode|SendFail|Serv|ServerMode|ServerOp|Signal|Snotice|Start|Text|Topic|UnBan|Unload|Unotify|User|Mode|Voice|Wallops|WaveEnd):)',
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
irclib.py 25 a fairly thorough support for the basic IRC protocol, CTCP, DCC chat,
46 * Decodes CTCP tagging correctly (hopefully); I haven't seen any
47 other IRC client implementation that handles the CTCP
566 command = "ctcp"
575 if command == "ctcp" and m[0] == "ACTION":
631 """Send a CTCP ACTION command."""
632 self.ctcp("ACTION", target, action)
638 def ctcp(self, ctcptype, target, parameter=""): member in class:ServerConnection
639 """Send a CTCP command."""
644 """Send a CTCP REPLY command.""
    [all...]
ircbot.py 209 Used when answering a CTCP VERSION request.
226 """Default handler for ctcp events.
  /external/tcpdump/
print-sl.c 200 printf("ctcp %d", lastconn);
202 printf("ctcp *");
tcpdump.1     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
irc.js 79 // Ignore CTCP.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/
irc.js 79 // Ignore CTCP.

Completed in 262 milliseconds