The newer logging bot.

By Xemnas on Apr 16, 2007

Well, its more easy too use.

You don't have too go through logs either.

Just put .txt in mirc dir and it'll log all of it.

You can have more then one channel too.

on *:JOIN:#:{ write $chan $+ .txt [ $fulldate ] $nick Has Joined $chan ( $network ) }
on *:PART:#:{ write $chan $+ .txt [ $fulldate ] $nick Has Left $chan ( $network ) }
on *:TEXT:*:#:{ write $chan $+ .txt [ $fulldate ] $nick Said: $1- In $chan ( $network ) } 
on *:ACTION:*:#:{ write $chan $+ .txt [ $fulldate ] $nick $1- on $chan ( $Network ) }
on *:OP:#:{ write $chan $+ .txt [ $fulldate ] $nick Has Opped $2 In $chan ( $network ) }
on *:VOICE:#:{ write $chan $+ .txt [ $fulldate ] $nick Has Voiced $2 In $chan ( $network ) }
on *:DEOP:#:{ write $chan $+ .txt [ $fulldate ] $nick Has DeOpped $2 In $chan ( $network ) }
on *:DEVOICE:#:{ write $chan $+ .txt [ $fulldate ] $nick Has DeVoiced $2 In $chan ( $network ) }
on *:BAN:#:{ write $chan $+ .txt [ $fulldate ] $nick Has Banned $1- In $chan ( $network ) }
on *:UNBAN:#:{ write $chan $+ .txt [ $fulldate ] $nick Has UnBanned $1- In $chan ( $network ) }
on *:KICK:#:{ write $chans $+ .txt [ $fulldate ] $nick Kicked In $chan Because of $1- ( $network ) }
on *:NICK:{ write $chans $+ .txt [ $fulldate ] $nick changed there nick too $newnick in $chan ( $network ) }
on *:TOPIC:#:{ write $chans $+ .txt [ $fulldate ] $nick Changed The Topic in $chan too $1- ( $network ) }

Comments

Sign in to comment.
jackster35-1   -  Aug 19, 2010

Umm, could you could make it so it'll log to a file as well as logging to a channel so the bot owner can view the loggings live and so the owner can check for users that abuse the bot.

 Respond  
Jackster351   -  Aug 19, 2010

ignore this comment :O

 Respond  
Xemnas   -  Apr 20, 2007

X1qu10n3r, Ty :D

 Respond  
X1qu10n3r   -  Apr 16, 2007

Why not use on ^*:rawmode:#: { write $chan $+ .txt [ $fulldate ] $nick Sets Mode $1- ( $network ) } for op deop voice devoice etc.

 Respond  
xDaeMoN   -  Apr 16, 2007

Kindly update your old snippet. See rules on posting snippets.

 Respond  
Xemnas   -  Apr 16, 2007

Well, $fulldate was better. :x

 Respond  
Lindrian   -  Apr 16, 2007

u can just update ur old snippet....

 Respond  
Solo   -  Apr 16, 2007

I see you took some of my advice lol. Still it needs to be multi network and have a significant advantage of mIRC\'s inbuilt logging system for it to be of any use. as far as i know /write makes the file if it does not already exist.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.