FORMATS 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  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. * mIRC:
  12. - A client for Windows (www.mirc.com)
  13. - If you want to create mIRC logfiles with your eggdrop, you can get some TCL
  14. which does it all for you (also logrotating and much more).
  15. MEL (mIRCStats Eggdrop Logger) can be downloaded from the following URL:
  16. http://mel.angelbears.org/
  17. Remember to timestamp your logs, or it wont work, the timestamp must be
  18. in [HH:MM] or [HH:MM:SS] format.
  19. - In order to use this, format must be set to 'mIRC'.
  20. Example:
  21. [23:44] <Christina> Hello world
  22. * X-Chat:
  23. - A client for Linux (www.xchat.org)
  24. - In order to use this, format must be set to 'xchat'.
  25. Both the old logformat, and the new logformat from 1.8.7 and above is
  26. supported.
  27. Example of old logformat:
  28. 18:01:43 <Ben> Hello world
  29. Example of new logformat:
  30. jan 13 04:39:42 <Ben> Hello World
  31. * Eggdrop:
  32. - A cool and advanced IRC bot for Linux (www.eggheads.org)
  33. - In order to use this, format must be set to 'eggdrop'.
  34. You might want to change the logfile-suffix in order for pisg to parse the
  35. files in the correct order when using 'logdir':
  36. set logfile-suffix ".%Y%m%d" instead of the standard format
  37. set logfile-suffix ".%d%b%Y".
  38. Example:
  39. [00:02] <Jenny> Hello world
  40. * Grufti:
  41. - A bot which I'm not really familiar with (www.grufti.com)
  42. - The author has actually made something like pisg called 'gruftistats',
  43. but someone mailed me and told me that it hadn't been maintained for
  44. over a year, and it had some problems..
  45. - In order to use this, format must be set to 'grufti'
  46. Example:
  47. [00:17] <John> Hello world
  48. * bxlog:
  49. - A logging script for BitchX (console client - see scripts.bitchx.com)
  50. - In order to use this, format must be set to 'bxlog'
  51. Example:
  52. [31 Dec/11:26] <John> Hello world
  53. * mbot:
  54. - C-Based IRC Bot (http://darksun.com.pt/mbot/)
  55. - In the configuration file, timemode must be set to '1'
  56. - In order to use this, format must be set to 'mbot'
  57. Example:
  58. Thu Aug 23 12:59:40 2001 <John> Hello world
  59. * irssi:
  60. - Console IRC client (www.irssi.org)
  61. - Logfiles must be using the default theme in irssi.
  62. - In order to use this, format must be set to 'irssi'
  63. Example:
  64. 17:40 <@John> Hello world
  65. * psybnc:
  66. - IRC bouncer (http://www.psychoid.lam3rz.de/)
  67. - In order to use this, format must be set to 'psybnc'
  68. Example:
  69. 2001-08-19-23-14-06:#LINUX.DE::stelb!user@host.org PRIVMSG #linux.de :hi!
  70. * winbot:
  71. - Windows-based IRC bot (http://www.winbot.co.uk/)
  72. - In order to use this, format must be set to 'winbot'
  73. Example:
  74. 15:32.58 17/10/2001 <Azhrarn/#darkgalaxy> This is a normal line.
  75. * zbot:
  76. - Bot written in C++ (http://zcbot.sourceforge.net/)
  77. - In order to use this, format must be set to 'zcbot'
  78. Example:
  79. 12/11/01 22:05:42 :Keitaro!KOala_v5@EVYRV4A4.ipt.aol.com PRIVMSG #alsa-station :Re all :-)
  80. * ircle:
  81. - IRC client for Mac OS X
  82. - Support for this format is not completely done yet.
  83. - In order to use this, format must be set to 'ircle'
  84. Example:
  85. 6:35 PM: Sinnikal: thats gross
  86. * infobot:
  87. - bot written in Perl (http://www.infobot.org)
  88. - In order to use this, format must be set to 'infobot'
  89. * Trillian:
  90. - Trillian's IRC component. (http://www.trillian.cc)
  91. Note: Your Logs must be timestamped in the format [%h:%m] or [%h:%m:%s]
  92. This is set in Preferences -> General -> Windows -> Display in your Trillian Client
  93. Tested with Trillian Version 0.70
  94. - In order to use this, format must be set to 'Trillian'
  95. * bobot++:
  96. - IRC bot written in C++. (http://pltplp.net/bobot++/)
  97. - In order to use this, format must be set to 'bobot'
  98. Example:
  99. [13/12/2001 - 20:38] <NazoZzz> hello world
  100. * axur/epic:
  101. - A unix shell client similar to bitchx but not quite.
  102. - EPIC is available at http://www.epicsol.org/
  103. - AXUR script for EPIC is available at
  104. http://www.asciifun.com/images/axur-2000.tar.gz or ax- b12r2.tar.gz
  105. axur/epic logs with two formats at once, one for normal users
  106. and one for the actual client doing the logging. Why? no idea.
  107. The normal format is of:
  108. [MM/DD/YYYY @ HH:MM:SS] <nick> saying
  109. [MM/DD/YYYY @ HH:MM:SS] * nick does some action here
  110. The loggers format is of:
  111. [MM/DD/YYYY @ HH:MM:SS] >(logger) saying
  112. [MM/DD/YYYY @ HH:MM:SS] >* logger does some action here
  113. Both is supported.
  114. * Perlbot:
  115. - A bot which written in perl that supports loadable modules
  116. (http://perlbot.sourceforge.net)
  117. - It also has some modules for searching logs and some perl scripts
  118. for searching and browsing the log files.
  119. (See examples at http://stats.978.org)
  120. - Development on the bot seems to have stopped. I did need to edit it
  121. a bit to get it to log actions correctly.
  122. - In order to use this, format must be set to 'perlbot'
  123. Example:
  124. 13:22:57 <Sc00ter> bah, gotta run to the store
  125. * oer:
  126. - Bot written in C (http://oer.equnet.org/)
  127. - In order to use this, format must be set to 'oer'
  128. oer support isn't finished, the example lines won't work so I suggest you
  129. set the following options in your config:
  130. <set show_kickline="0">
  131. <set show_actionline="0">
  132. <set show_shoutline="0">
  133. <set show_violentlines="0">
  134. - For a detailed description see:
  135. http://faq.equnet.org/show.php?area=b2VyIGFuZCBvZXIrTXlTUUwgRkFR&id=35&lang=en
  136. Example:
  137. 1010866756 :EQU!equ@mira.equnet.org PRIVMSG #oer :test for mbrix
  138. * muh
  139. - A bouncer for unix/linux (http://mind.riot.org/muh/)
  140. - In order to use this, format must be set to 'muh'.
  141. Since you can configure the log-format as you want to, the standard-format
  142. is used for parsing.
  143. In order to set it correctly add this to you muhrc:
  144. timestamptemplate = "[%a %d %b %H:%M:%S]";
  145. Example:
  146. [Sat 16 Mar 21:24:09] <pete> hello everybody
  147. * Energymech:
  148. - An irc bot written in C which is currently beeing developed.
  149. - In order to use this, format must be set to 'energymech'.
  150. - Energymech is available at http://www.energymech.net or (better)
  151. at http://cvs.energymech.net
  152. Example:
  153. [00:02] <Jenny> Hello world
  154. [00:04] Joins: vjaway (vector@p5086F6EF.dip.t-dialin.net)
  155. * Dancer:
  156. - Bot written in C (http://dancer.sourceforge.net/)
  157. - In order to use this, format must be set to 'dancer'
  158. Example:
  159. 15.57.40 # <elho> hello world!
  160. * ViRC98:
  161. - A client for Windows (http://www.hansprestige.com)
  162. at this time is ViRC2.0rc1
  163. maybe the type of logs will change
  164. Remember to timestamp your logs, or it wont work,
  165. active it checking
  166. "Client setup/ViRC '98 options/Chat logging/
  167. (Miscellaneous logging options)Stamp every message logged with current
  168. time"
  169. - In order to use this, format must be set to 'virc98'.
  170. Examples:
  171. 01.15.39 [Fender] this is a normal line writen by myself
  172. 00.55.38 <@jax1n0^O> this is a normal line writen by another
  173. 22.24.27 * Fender says an action
  174. * pircbot
  175. - PircBot is a framework for an IRC Bot written in Java. It allows you to
  176. create your own custom IRC Bots using Java by building on the framework
  177. that is already provided by the PircBot.
  178. - Homepage: http://www.jibble.org/pircbot.php
  179. - In order to use this, format must be set to 'pircbot'.
  180. - Parses all data written by the bot as written by the nick assigned to 'maintainer'
  181. - Logs are timestamped with MILISECONDS since the epoch
  182. Example:
  183. 1013630386748 :nick!ident@hostname PRIVMSG #channel :Hello world.