# Grufti bot log format # See ftp://ftp.area23.org/pub/Grufti/ for the bot # $Id: dircproxy.lrx.txt,v 1.1 2003/01/08 16:30:20 andrew Exp $ # text ^\[([0-9:]*)\] <([[:nick:]]*)> (.*)$,time,nick,string # act ^\[([0-9:]*)\] \* ([[:nick:]]*) (.*)$,time,nick,string # join ^\[([0-9:]*)\] ([[:nick:]]*) \(([[:uh:]]*)\) joined #(.*),time,nick # part ^\[([0-9:]*)\] ([[:nick:]]*) \(([[:uh:]]*)\) left #(.*),time,nick # quit ^\[([0-9:]*)\] ([[:nick:]]*) \(([[:uh:]]*)\) left irc: (.*),time,nick,null,string # kick ^\[([0-9:]*)\] ([[:nick:]]*) \(([[:uh:]]*)\) kicked ([[:nick:]]*) off #(.*) \((.*)\),time,nick,null,othernick,null,string # topic ^\[([0-9:]*)\] ([[:nick:]]*) has changed the topic to (.*)$,time,nick,string # nick ^\[([0-9:]*)\] Nick change on #(.*): ([[:nick:]]*) --> ([[:nick:]]*),time,nick,null,othernick # mode ^\[([0-9:]*)\] #(.*): mode change '(.*)' by ([[:nick:]]*),time,null,string,nick # date_stamp ^\[([0-9:]*)\] ## Started: (.*) [0-9][0-9]:,time,date # channel ^... Starting logfile (.*)#(.*)$,null,channel # #### text=^\[([0-9:]*)\] <([[:nick:]]*)![[:uh:]]*> (.*)$,time,nick,string act=^\[([0-9:]*)\] \[([[:nick:]]*)![[:uh:]]*\] ACTION (.*)$,time,nick,string join=^\[([0-9:]*)\] -[[:uh:]]*- ([[:nick:]]*) \(([[:uh:]]*)\) joined the channel,time,nick part=^\[([0-9:]*)\] -[[:uh:]]*- ([[:nick:]]*) \(([[:uh:]]*)\) left the channel,time,nick quit=^\[([0-9:]*)\] -[[:uh:]]*- ([[:nick:]]*) \(([[:uh:]]*)\) quit from IRC: (.*),time,nick,null,string kick=^\[([0-9:]*)\] -[[:uh:]]*- ([[:nick:]]*) kicked off by ([[:nick:]]*) \(([[:uh:]]*)\): (.*),time,othernick,nick,null,string topic=^\[([0-9:]*)\] -[[:uh:]]*- ([[:nick:]]*) \(([[:uh:]]*)\) changed topic: (.*),time,nick,null,string # nick will never work nick=^\[([0-9:]*)\]XXXXNick change on #(.*): ([[:nick:]]*) --> ([[:nick:]]*),time,nick,null,othernick mode=^\[([0-9:]*)\] -[[:uh:]]*- ([[:nick:]]*) \(([[:uh:]]*)\) changed mode: (.*),time,nick,null,string date_stamp=^\[([0-9:]*)\] DATE: ([A-Za-z ]+ [0-9]+),time,date # date_stamp ^\* Logging started [A-Z][a-z][a-z]. ([0-9]+ [A-Z][a-z][a-z] [0-9]+) ([0-9][0-9]:[0-9][0-9]):[0-9],date,time # channel will never work channel=XXXX... Starting logfile (.*)#(.*)$,null,channel