]> jfr.im git - irc.git/blobdiff - software/mircstats/storage.googleapis.com/mircstats/parser/static/gitweb.js
mv
[irc.git] / software / mircstats / storage.googleapis.com / mircstats / parser / static / gitweb.js
diff --git a/mircstats/storage.googleapis.com/mircstats/parser/irssi_parser.txt b/mircstats/storage.googleapis.com/mircstats/parser/irssi_parser.txt
deleted file mode 100644 (file)
index 58e74cf..0000000
+++ /dev/null
@@ -1,140 +0,0 @@
-[mIRCStats parser configuration file]\r
-\r
-// File information (these lines are shown in mIRCStats)\r
-\r
-[File Description]\r
-irssi (0.8) compliant\r
-\r
-[Author]\r
-Tim\r
-\r
-// This should work to logs made with default setting \r
-//\r
-\r
-// Allowed variables are:\r
-//\r
-// Single-word variables: \r
-//    %nick%, %nick2%, %addr%, %channelname%, %monthname%, %ampm%, %anyword%\r
-//\r
-// Numeric variables:\r
-//    %hour%, %minute%, %second%,\r
-//    %day%, %month%, %year%, %anynum%\r
-//\r
-// Multi-word variables (only one allowed per line): \r
-//    %text%, %mode%, %anytext%\r
-\r
-// Main rules: \r
-// - Variables have to be delimited by some non-variable characters like [%hour%:%minute%]\r
-//   (unless they are fixed length ones like %2hour% (2-digit numeric hour).\r
-// - You can only use one multi-word variable per line.\r
-// - Don't use the same variable multiple times on any line.\r
-// - Use "Test Parser" option to verify your new parsing rules ("Log parser"-settings page).\r
-// - Check mIRCStats help for more info ("Setting options/Log parser")\r
-\r
-\r
-\r
-// ----------------Parser configuration rules start here-------------------------------\r
-\r
-// timestamp parsing rules:\r
-\r
-[timestamp]\r
-[%2hour%:%2minute%]\r
-[%2hour%:%2minute%:%2second%]\r
-%2hour%%2minute%\r
-%2hour%:%2minute%\r
-\r
-\r
-\r
-// Parsing patterns in order of probability:\r
-\r
-[Normal line]\r
-<%nick%> %text%\r
-< %nick%> %text%\r
-\r
-[Action]\r
-* %nick% %text%\r
-\r
-[Mode change]\r
--!- mode/%channelname% [%mode% %text%] by %nick%\r
-* %nick% sets mode: %mode% %text%\r
-*** %nick% sets mode: %mode% %text%\r
-\r
-[Join]\r
--!- %nick% [%addr%] has joined %channelname%\r
--!- %nick% (%anytext%) [%addr%] has joined %channelname%\r
-*** %nick% (%addr%) has joined channel %channelname%\r
-\r
-[Part]\r
--!- %nick% [%addr%] has left %channelname% [%text%]\r
--!- %nick% has left %channelname% [%text%]\r
-*** %nick% (%addr%) has left channel %channelname% (%text%)\r
-\r
-[Quit]\r
--!- %nick% [%addr%] has quit [%text%]\r
-* %nick% (%addr%) Quit (%text%)\r
-* %nick% (%addr%) Quit\r
-* %nick% Quit (%text%)\r
-* %nick% Quit\r
-* Quits: %nick% (%addr%) (%text%)\r
-*** %nick% (%addr%) Quit (%text%)\r
-*** %nick% (%addr%) Quit\r
-*** %nick% Quit (%text%)\r
-*** %nick% Quit\r
-*** Quits: %nick% (%addr%) (%text%)\r
-*** Signoff: %nick% (%text%)\r
-\r
-[Session Start]\r
-// log_open_string = --- Log opened %a %b %d %H:%M:%S %Y\r
---- Log opened %anyword% %monthname% %day% %hour%:%minute%:%second% %year%\r
-\r
-[Session Close]\r
-// log_close_string = --- Log closed %a %b %d %H:%M:%S %Y\r
---- Log closed %anyword% %monthname% %day% %hour%:%minute%:%second% %year%\r
-\r
-// not matched due overlapping-bug\r
-//[Session Time]\r
-// log_day_changed = --- Day changed %a %b %d %Y\r
-//--- Day changed %anyword% %monthname% %day% %year%\r
-\r
-[Channelname]\r
--!- Topic for %channelname%: %anytext%\r
--!- Irssi: Join to %channelname% was synced in %anytext%\r
--!- %anyword% changed the topic of %channelname% %anytext%\r
-\r
-[Rename]\r
--!- %nick% is now known as %nick2%\r
-\r
-[Topic change]\r
--!- %nick% changed the topic of %channelname% to: %text%\r
-\r
-[Kick]\r
--!- %nick% was kicked from %channelname% by %nick2% [%text%]\r
-\r
-// due -!- star no lines are mixed so nothing required to skip\r
-[Skip]\r
-//// skip these unused lines\r
-//-!- Netsplit %anytext%\r
-//// friends.pl generated lines:\r
-//-!- %nick% is a friend, %anytext%\r
-//\r
-//-!- ServerMode%anytext%\r
-//-!- Irssi: %channelname%: Total%anytext%\r
-\r
-\r
-// If you use %monthname% in your parser configuration\r
-// you need to define 12 month strings that are converted\r
-// into a month number here\r
-\r
-[Month names]\r
-Jan\r
-Feb\r
-Mar\r
-Apr\r
-May\r
-Jun\r
-Jul\r
-Aug\r
-Sep\r
-Oct\r
-Nov\r
-Dec\r