FORMATS 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525
  1. FORMATS - supported logfile formats by pisg
  2. ------------------
  3. This file contains a list of the different logfile formats which pisg
  4. supports. It also includes a sample line for these formats.
  5. If you don't have access to any of the clients/bots or you use some other
  6. IRC client/bot which isn't supported, then it's fairly easy to add support
  7. for a new IRC log format if you have some Perl knowledge, take a look at
  8. modules/Pisg/Parser/Format/Template.pm. If you don't have any Perl
  9. knowledge, then mail a sample logfile to the mailinglist (preferred as a
  10. link to the logfile)
  11. * mIRC6:
  12. - Version 6.x of mIRC
  13. - Same as mIRC except it uses a retarded logging format that makes modes
  14. indeciperable from actions (which is a nightmare to parse)
  15. - DON'T USE IT if you can avoid it, it doesn't do very well at understanding
  16. modes (see the "mIRC6hack" format)
  17. - In order to use this, format must be set to 'mIRC6'.
  18. * mIRC6hack:
  19. - Version 6.x of mIRC using a logging script to produce a saner output
  20. - Same as mIRC6 except it uses '**' for actions
  21. - In order to use this, format must be set to 'mIRC6hack', and the following
  22. be added to mIRC's remote script section: (thanks to virtuall and coaster)
  23. ------------------------------8<------------------------------
  24. alias me {
  25. if ($1) {
  26. .describe $active $1-
  27. echo $color(own) -qt $active ** $me $1-
  28. }
  29. else {
  30. echo $color(info) $active * /me: insufficient parameters
  31. }
  32. }
  33. on ^*:ACTION:*:*:{
  34. echo $color(action) -lt $iif($chan,$chan,$nick) ** $nick $1-
  35. haltdef
  36. }
  37. ------------------------------>8------------------------------
  38. * mIRC:
  39. - A client for Windows (www.mirc.com)
  40. - If you want to create mIRC logfiles with your eggdrop, you can get some TCL
  41. which does it all for you (also logrotating and much more).
  42. MEL (mIRCStats Eggdrop Logger) can be downloaded from the following URL:
  43. http://mel.angelbears.org/
  44. Remember to timestamp your logs, or it wont work, the timestamp must be
  45. in [HH:MM] or [HH:MM:SS] format.
  46. - In order to use this, format must be set to 'mIRC'.
  47. Example:
  48. [23:44] <Christina> Hello world
  49. * X-Chat:
  50. - A client for Linux (www.xchat.org)
  51. - In order to use this, format must be set to 'xchat'.
  52. Both the old logformat, and the new logformat from 1.8.7 and above is
  53. supported.
  54. Example of old logformat:
  55. 18:01:43 <Ben> Hello world
  56. Example of new logformat:
  57. jan 13 04:39:42 <Ben> Hello World
  58. * Eggdrop:
  59. - A cool and advanced IRC bot for Linux (www.eggheads.org)
  60. - In order to use this, format must be set to 'eggdrop'.
  61. You might want to change the logfile-suffix in order for pisg to parse the
  62. files in the correct order when using 'logdir':
  63. set logfile-suffix ".%Y%m%d" instead of the standard format
  64. set logfile-suffix ".%d%b%Y".
  65. Example:
  66. [00:02] <Jenny> Hello world
  67. * Grufti:
  68. - A bot which I'm not really familiar with (www.grufti.com)
  69. - The author has actually made something like pisg called 'gruftistats',
  70. but someone mailed me and told me that it hadn't been maintained for
  71. over a year, and it had some problems..
  72. - In order to use this, format must be set to 'grufti'
  73. Example:
  74. [00:17] <John> Hello world
  75. * bxlog:
  76. - A logging script for BitchX (console client - see scripts.bitchx.com)
  77. - In order to use this, format must be set to 'bxlog'
  78. - The bxlog-pisg.bx file in the scripts directory might be useful.
  79. Example:
  80. [31 Dec/11:26] <John> Hello world
  81. * mbot:
  82. - C-Based IRC Bot (http://darksun.com.pt/mbot/)
  83. - In the configuration file, timemode must be set to '1'
  84. - In order to use this, format must be set to 'mbot'
  85. Example:
  86. Thu Aug 23 12:59:40 2001 <John> Hello world
  87. * irssi:
  88. - Console IRC client (www.irssi.org)
  89. - Logfiles must be using the default theme in irssi.
  90. - In order to use this, format must be set to 'irssi'
  91. Example:
  92. 17:40 <@John> Hello world
  93. * psybnc:
  94. - IRC bouncer (http://www.psychoid.lam3rz.de/)
  95. - In order to use this, format must be set to 'psybnc'
  96. Example:
  97. 2001-08-19-23-14-06:#LINUX.DE::stelb!user@host.org PRIVMSG #linux.de :hi!
  98. * winbot:
  99. - Windows-based IRC bot (http://www.winbot.co.uk/)
  100. - In order to use this, format must be set to 'winbot'
  101. Example:
  102. 15:32.58 17/10/2001 <Azhrarn/#darkgalaxy> This is a normal line.
  103. * zbot:
  104. - Bot written in C++ (http://zcbot.sourceforge.net/)
  105. - In order to use this, format must be set to 'zcbot'
  106. Example:
  107. 12/11/01 22:05:42 :Keitaro!KOala_v5@EVYRV4A4.ipt.aol.com PRIVMSG #alsa-station :Re all :-)
  108. * ircle:
  109. - IRC client for Mac OS X
  110. - Support for this format is not completely done yet.
  111. - In order to use this, format must be set to 'ircle'
  112. Example:
  113. 6:35 PM: Sinnikal: thats gross
  114. * infobot:
  115. - bot written in Perl (http://www.infobot.org)
  116. - In order to use this, format must be set to 'infobot'
  117. * Trillian:
  118. - Trillian's IRC component. (http://www.trillian.cc)
  119. Note: Your Logs must be timestamped in the format [%h:%m] or [%h:%m:%s]
  120. This is set in Preferences -> General -> Windows -> Display in your Trillian Client
  121. Tested with Trillian Version 0.70
  122. - In order to use this, format must be set to 'Trillian'
  123. * bobot++:
  124. - IRC bot written in C++. (http://pltplp.net/bobot++/)
  125. - In order to use this, format must be set to 'bobot'
  126. Example:
  127. [13/12/2001 - 20:38] <NazoZzz> hello world
  128. * axur/epic:
  129. - A unix shell client similar to bitchx but not quite.
  130. - EPIC is available at http://www.epicsol.org/
  131. - AXUR script for EPIC is available at
  132. http://www.asciifun.com/images/axur-2000.tar.gz or ax- b12r2.tar.gz
  133. axur/epic logs with two formats at once, one for normal users
  134. and one for the actual client doing the logging. Why? no idea.
  135. The normal format is of:
  136. [MM/DD/YYYY @ HH:MM:SS] <nick> saying
  137. [MM/DD/YYYY @ HH:MM:SS] * nick does some action here
  138. The loggers format is of:
  139. [MM/DD/YYYY @ HH:MM:SS] >(logger) saying
  140. [MM/DD/YYYY @ HH:MM:SS] >* logger does some action here
  141. Both is supported.
  142. * Perlbot:
  143. - A bot which written in perl that supports loadable modules
  144. (http://perlbot.sourceforge.net)
  145. - It also has some modules for searching logs and some perl scripts
  146. for searching and browsing the log files.
  147. (See examples at http://stats.978.org)
  148. - Development on the bot seems to have stopped. I did need to edit it
  149. a bit to get it to log actions correctly.
  150. - In order to use this, format must be set to 'perlbot'
  151. Example:
  152. 13:22:57 <Sc00ter> bah, gotta run to the store
  153. * oer / oer+MySQL:
  154. - Bot written in C (http://oer.equnet.org/)
  155. - In order to use this, format must be set to 'oer'
  156. oer support isn't finished, the example lines won't work so I suggest you
  157. set the following options in your config:
  158. <set show_kickline="0">
  159. <set show_actionline="0">
  160. <set show_shoutline="0">
  161. <set show_violentlines="0">
  162. - For a detailed description see:
  163. http://faq.equnet.org/?area=b2VyIGFuZCBvZXIrTXlTUUwgRkFR&id=35&lang=en
  164. Example:
  165. 1010866756 :EQU!equ@mira.equnet.org PRIVMSG #oer :test for mbrix
  166. * muh
  167. - A bouncer for unix/linux (http://mind.riot.org/muh/)
  168. - In order to use this, format must be set to 'muh'.
  169. Since you can configure the log-format as you want to, the standard-format
  170. is used for parsing.
  171. In order to set it correctly add this to you muhrc:
  172. timestamptemplate = "[%a %d %b %H:%M:%S]";
  173. Example:
  174. [Sat 16 Mar 21:24:09] <pete> hello everybody
  175. * muh2:
  176. - muh is a bouncer from muh.sf.net
  177. - muh2 is for the new version 2.2, see 'muh' for older versions.
  178. - In order to use this, format must be set to 'muh2'.
  179. Example:
  180. [11:23] <boitl> Hello world
  181. [11:24] * carmen means that she is nice
  182. * Energymech:
  183. - An irc bot written in C which is currently beeing developed.
  184. - In order to use this, format must be set to 'energymech'.
  185. - Energymech is available at http://www.energymech.net or (better)
  186. at http://cvs.energymech.net
  187. Example:
  188. [00:02] <Jenny> Hello world
  189. [00:04] Joins: vjaway (vector@p5086F6EF.dip.t-dialin.net)
  190. * Dancer:
  191. - Bot written in C (http://dancer.sourceforge.net/)
  192. - In order to use this, format must be set to 'dancer'
  193. Example:
  194. 15.57.40 # <elho> hello world!
  195. * ViRC98:
  196. - A client for Windows (http://www.hansprestige.com)
  197. at this time is ViRC2.0rc1
  198. maybe the type of logs will change
  199. Remember to timestamp your logs, or it wont work,
  200. active it checking
  201. "Client setup/ViRC '98 options/Chat logging/
  202. (Miscellaneous logging options)Stamp every message logged with current
  203. time"
  204. - In order to use this, format must be set to 'virc98'.
  205. Examples:
  206. 01.15.39 [Fender] this is a normal line writen by myself
  207. 00.55.38 <@jax1n0^O> this is a normal line writen by another
  208. 22.24.27 * Fender says an action
  209. * pircbot
  210. - PircBot is a framework for an IRC Bot written in Java. It allows you to
  211. create your own custom IRC Bots using Java by building on the framework
  212. that is already provided by the PircBot.
  213. - Homepage: http://www.jibble.org/pircbot.php
  214. - In order to use this, format must be set to 'pircbot'.
  215. - Parses all data written by the bot as written by the nick assigned to 'maintainer'
  216. - Logs are timestamped with MILISECONDS since the epoch
  217. Example:
  218. 1013630386748 :nick!ident@hostname PRIVMSG #channel :Hello world.
  219. * Eggdrop RacBot
  220. - the Eggdrop RacBot is an IRC bot, which dreived from the original eggdrop
  221. sources (see http://www.eggheads.org)
  222. - Homepage: http://www.racbot.org/
  223. - In order to use this, format must be set to 'RacBot'.
  224. * KVIrc:
  225. - A KDE client for Linux (http://www.kvirc.net/)
  226. - Support for this format is not completely done yet, actions and -/+o
  227. modes are not detected, so you should add to you config file:
  228. <set show_actionline="0">
  229. - Supports logs from version 2.x.x. v3.x.x or former versions has
  230. not been tested.
  231. - In order to use this, format must be set to 'kvirc'.
  232. Example:
  233. ### Log session started at Thu Aug 23 17:25:36 2001 ###
  234. [17:25:36] wwp [anonymous@AMontpellier-201-2-1-77.abo.wanadoo.fr] has joined #ECI
  235. [17:25:47] <wwp> yop
  236. ### Log session terminated at Sun Sep 9 22:56:51 2001 ###
  237. * moobot
  238. - Python-based, modular IRC bot. <http://sourceforge.net/projects/moobot>
  239. - Turn on logging by adding an entry to the data table with type = 'logtype'
  240. and data = 'file' or 'date'. Add another entry with type = 'logfile' and
  241. data = the name of the file if type == 'file' or a string to be passed to
  242. strftime if type == 'date'.
  243. - The format name is "moobot".
  244. - All nicks are logged with their hostmasks, with the exception of those
  245. from the bot itself. (This may change in the future to have the bot's
  246. hostmask, too.)
  247. - Examples:
  248. 2002-07-06 00:05:29 :vergil!~vergil@host PUBMSG #space :mike_lap: i'm not joking, actually.
  249. 2002-07-04 15:56:19 :SpaceBot PUBMSG #space :huh?
  250. 2002-07-06 00:07:30 :vergil!~vergil@host CTCP #space :ACTION salutes
  251. 2002-07-18 10:37:18 :jeffcovey!~jeff@host KICK #space vergil :two days in a row!
  252. 2002-07-06.log:2002-07-06 12:07:41 :phil_tty!mjpr@host TOPIC #space :<She-Ra> of course, god can go to rotters, for all she's managed not to do for me
  253. 2002-07-04 17:34:01 :jeffcovey!~jeff@host MODE #space +o CowBot
  254. 2002-07-04 12:02:42 :Leebert!~lsherida@host JOIN :#space
  255. 2002-07-04 18:24:18 :mike_lap!~emag@host NICK :Cathy
  256. * ircII
  257. - The original IRC client (http://www.eterna.com.au/ircii/)
  258. - In order to use this, format must be set to 'ircII'
  259. - You need to add a few on triggers to your .ircrc:
  260. on #^timer 50 "*0" echo $0
  261. on #^timer 50 "*5" echo $0
  262. to mark the time. They can be adjusted to taste (the above lines mark every
  263. 5 minutes), with the main effect being the topic change times will only
  264. accurate to how often the time is marked.
  265. - The config option "Maintainer" needs to be set to the maintainer's nick
  266. Example:
  267. 22:40
  268. *** sonnlich (sonnloki@202.72.122.25348) has joined channel #unisfa
  269. * sonnlich waves.
  270. > evening rae
  271. <sonnlich> Evening.
  272. * DC++
  273. - Direct Connect Hub
  274. - In order to use this, format must be set to 'DCpp'
  275. - Not an IRC logger, rather a shared network botnet log
  276. - You MUST put botnicks into botnicks variable if you want to see kicks
  277. Example:
  278. <set botnicks="bot1 bot2 MainBot">
  279. * sirc
  280. - Simple IRC Client (http://www.iagora.com/~espel/sirc.html)
  281. - In order to use this, format must be set to 'sirc'
  282. - You must also load the sirc-timestamp.pl script in the scripts subdirectory
  283. into sirc (/load sirc-timestamp.pl after copying to appropriate location)
  284. * dircproxy
  285. - Detachable IRC Proxy Server (http://www.dircproxy.net/)
  286. - In order to use this, format must be set to 'dircproxy'
  287. - Currently does not recognize nick changes - apparently it logs nick changes
  288. to a separate file. As a result, nick tracking will not work.
  289. * blootbot (http://blootbot.sourceforge.net/)
  290. - supports multiple channels, though the log will be parsed once for each
  291. channel
  292. - In order to use this, format must be set to 'blootbot'
  293. Example: (also in the parser module)
  294. 01:02.03 <nick/#channel> normal
  295. 01:02.03 * nick/#channel action
  296. 01:02.03 >>> topic/#channel by nick -> topic...
  297. 01:02.03 >>> mode/#channel [+o nick] by ChanServ
  298. 01:02.03 >>> join/#channel nick (~user@example.com)
  299. 01:02.03 >>> kick/#channel [nick!~user@example.com] by nick (reason)
  300. 01:02.03 >>> nick_ materializes into nick
  301. * HydraIRC (http://hydrairc.sourceforge.net/)
  302. - HydraIRC is an open-source IRC client with an attractive and easy to use
  303. interface
  304. - In order to use this, format must be set to 'hydra'
  305. Example:
  306. [2003-02-22 16:49:18] *** Alexander changed topic to wibble
  307. [2003-02-22 16:52:29] <Alexander> Sorry about the delay.
  308. [2003-02-22 16:52:33] <Eien> Slow. Waking. Up.
  309. [2003-02-22 16:52:34] *** Melody sets channel #ar-roleplay mode +v Alexander
  310. [2003-02-22 16:58:57] *** Kemmy|ZZZ changed nick to Kemayo
  311. [2003-02-22 17:03:34] * Alexander stirs Eien's brain. "Cooooooool..."
  312. * rbot (http://linuxbrit.co.uk/rbot/)
  313. - rbot is a ruby IRC bot. Think of him as a ruby
  314. infobot, with more and different features, and a nicer plugin scheme.
  315. - In order to use this, format must be set to 'rbot'
  316. Example:
  317. [2003/07/22 22:02:59] <Rathnor> well, i'm
  318. considering setting up a cronjob or something to watch it
  319. [2003/07/22 22:03:11] <ak|ra> hehe
  320. [2003/07/22 22:03:24] @ Mode +o Rathnor by ChanServ
  321. [2003/07/22 22:03:25] @ Quit: oddbudman: Remote
  322. closed the connection
  323. [2003/07/22 22:03:29] <FluxBot> Rathnor: :(
  324. * IRCAP
  325. - Version 7.5 or 7.51 of IRCAP (www.ircap.com or www.ircap.net).
  326. - mIRC version 6.03 or 6.12 (this are the mIRC versions required by IRCAP, so not really a parser requirement).
  327. - Timestamp logs activated in mIRC:
  328. Enter Options (inside File -mIRC6.03- or Tools -mIRC6.12-), IRC->Logging and check Timestamp Logs.
  329. - To use this, format must be set to 'IRCAP'.
  330. Example:
  331. [2:51] <Lawy> a las wenassssssssss
  332. [2:51] <Lawy> [ArCePi] nas nas
  333. [2:51] <Lawy> [BruJo] wenas
  334. [2:51] <Danaita> lawyyyy
  335. * Vision
  336. - An irc client for BeOS ( http://vision.sourceforge.net and http://
  337. www.bebits.com/app/2623 )
  338. - Timestamping has to be enabled in the preferences
  339. - The messages Vision displays for joins/parts/topic changes etc, is
  340. fully user configurable,
  341. this parses the default messages. If you have changed them in the
  342. preferences you
  343. have to edit the parser to reflect the changes.
  344. - In order to use this, format must be set to 'Vision'
  345. * Supybot:
  346. - http://supybot.sf.net
  347. - Version tested with 0.77
  348. - Log format :
  349. normal msg: [05-Mar-2004 17:28:10] * Jkx|home bon je vais pas trainer ..
  350. channel msg: [17-Feb-2004 08:13:47] *** Jkx changes topic to "Oh my god of topic
  351. * JavaBot
  352. - http://javabot.sourceforge.net
  353. - Version has to be 0.3.3 or newer
  354. - To use this, format must be set to javabot
  355. - Example:
  356. maj 07 21:11:44 <CreoN> a regular line
  357. maj 07 21:12:02 ---     CreoN sets mode +o scalldog
  358. maj 07 21:12:05 <--     CreoN has kicked JavaBot (JavaBot)
  359. maj 07 21:12:06 -->     JavaBot (~javabot@host.com) has joined #channel
  360. * lulubot
  361. - http://lulubot.berlios.de
  362. - Version tested with the CVS the 12/04/04
  363. - Log format :
  364. [22-11-2004/14:42] *** Joined ace (~ace@154.25.145.85)
  365. [22-11-2004/15:00] <ace> morning
  366. [22-11-2004/15:01] * ace is back
  367. - Parser written by Vianney Lecroart <acemtp@free.fr>