FORMATS 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  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 order to use this, format must be set to 'mbot'
  56. Example:
  57. Thu Aug 23 12:59:40 2001 <John> Hello world
  58. * irssi:
  59. - Console IRC client (www.irssi.org)
  60. - Logfiles must be using the default theme in irssi.
  61. - In order to use this, format must be set to 'irssi'
  62. Example:
  63. 17:40 <@John> Hello world
  64. * psybnc:
  65. - IRC bouncer (http://www.psychoid.lam3rz.de/)
  66. - In order to use this, format must be set to 'psybnc'
  67. Example:
  68. 2001-08-19-23-14-06:#LINUX.DE::stelb!user@host.org PRIVMSG #linux.de :hi!
  69. * winbot:
  70. - Windows-based IRC bot (http://www.winbot.co.uk/)
  71. - In order to use this, format must be set to 'winbot'
  72. Example:
  73. 15:32.58 17/10/2001 <Azhrarn/#darkgalaxy> This is a normal line.
  74. * zbot:
  75. - Bot written in C++ (http://zcbot.sourceforge.net/)
  76. - In order to use this, format must be set to 'zcbot'
  77. Example:
  78. 12/11/01 22:05:42 :Keitaro!KOala_v5@EVYRV4A4.ipt.aol.com PRIVMSG #alsa-station :Re all :-)
  79. * ircle:
  80. - IRC client for Mac OS X
  81. - Support for this format is not completely done yet.
  82. - In order to use this, format must be set to 'ircle'
  83. Example:
  84. 6:35 PM: Sinnikal: thats gross
  85. * infobot:
  86. - bot written in Perl (http://www.infobot.org)
  87. - In order to use this, format must be set to 'infobot'
  88. * Trillian:
  89. - Trillian's IRC component. (http://www.trillian.cc)
  90. Note: Your Logs must be timestamped in the format [%h:%m] or [%h:%m:%s]
  91. This is set in Preferences -> General -> Windows -> Display in your Trillian Client
  92. Tested with Trillian Version 0.70
  93. - In order to use this, format must be set to 'Trillian'
  94. * bobot++:
  95. - IRC bot written in C++. (http://pltplp.net/bobot++/)
  96. - In order to use this, format must be set to 'bobot'
  97. Example:
  98. [13/12/2001 - 20:38] <NazoZzz> hello world
  99. * axur/epic:
  100. - A unix shell client similar to bitchx but not quite.
  101. - EPIC is available at http://www.epicsol.org/
  102. - AXUR script for EPIC is available at
  103. http://www.asciifun.com/images/axur-2000.tar.gz or ax- b12r2.tar.gz
  104. axur/epic logs with two formats at once, one for normal users
  105. and one for the actual client doing the logging. Why? no idea.
  106. The normal format is of:
  107. [MM/DD/YYYY @ HH:MM:SS] <nick> saying
  108. [MM/DD/YYYY @ HH:MM:SS] * nick does some action here
  109. The loggers format is of:
  110. [MM/DD/YYYY @ HH:MM:SS] >(logger) saying
  111. [MM/DD/YYYY @ HH:MM:SS] >* logger does some action here
  112. Both is supported.
  113. * Perlbot:
  114. - A bot which written in perl that supports loadable modules
  115. (http://perlbot.sourceforge.net)
  116. - It also has some modules for searching logs and some perl scripts
  117. for searching and browsing the log files.
  118. (See examples at http://stats.978.org)
  119. - Development on the bot seems to have stopped. I did need to edit it
  120. a bit to get it to log actions correctly.
  121. - In order to use this, format must be set to 'perlbot'
  122. Example:
  123. 13:22:57 <Sc00ter> bah, gotta run to the store
  124. * oer:
  125. - Bot written in C (http://oer.equnet.org/)
  126. - In order to use this, format must be set to 'oer'
  127. - For a detailed description see:
  128. http://faq.equnet.org/show.php?area=b2VyIGFuZCBvZXIrTXlTUUwgRkFR&id=35&lang=en
  129. Example:
  130. 1010866756 :EQU!equ@mira.equnet.org PRIVMSG #oer :test for mbrix