Log Channel

By PowerScripters on Jan 10, 2010

Shiny's Script Transfered to this account ;)

You know the channels on a IRCD like #services ? this is a clone of it.

; ––––––––––––––––––––––––––––––––––––––––
; Log Channel script by PowerScripters
; Don't edit anything in here unless you REALLY know what you're doing!
; ––––––––––––––––––––––––––––––––––––––––

on *:JOIN:#:{ msg #logchannel 1 0,11☞11,12☞12,2☞2,1☞0 $nick has joined $chan  2,1☞12,2☞11,12☞0,11☞
}
on *:PART:#:{ msg #logchannel 0,8☞9,3☞3,1☞0 $nick has parted $chan 3,1☞9,3☞8,9☞0,8☞
}
on *:BAN:#:{ msg #logchannel 1 0,11☞11,12☞12,2☞2,1☞0 $nick has banned $bnick in $chan 2,1☞12,2☞11,12☞0,11☞
}
on *:KICK:#:{ msg #logchannel 1 0,11☞11,12☞12,2☞2,1☞0 $nick has kicked $knick in $chan 2,1☞12,2☞11,12☞0,11☞
}
on *:UNBAN:#:{ msg #logchannel 0,8☞9,3☞3,1☞0 $nick has unbanned someone in $chan 3,1☞9,3☞8,9☞0,8☞
}
on *:OP:#:{ msg #logchannel 1 0,11☞11,12☞12,2☞2,1☞0 $nick has opped $opnick in $chan 2,1☞12,2☞11,12☞0,11☞
}
on *:DEOP:#:{ msg #logchannel 0,8☞9,3☞3,1☞0  $nick has deopped someone in $chan 2,1☞12,2☞11,12☞0,11☞
}
on *:MODE:#:{ msg #logchannel 0,8☞9,3☞3,1☞0 $nick has changed modes in $chan to $mode 3,1☞9,3☞8,9☞0,8☞ 
}
on *:OWNER:#:{ msg #logchannel 1 0,11☞11,12☞12,2☞2,1☞0 $nick has given owner status to $nick in $chan 2,1☞12,2☞11,12☞0,11☞
}
on *:DEOWNER:#:{ msg #logchannel 0,8☞9,3☞3,1☞0  $nick has takes the owner status to $deownernick in $chan 3,1☞9,3☞8,9☞0,8☞
}
on *:QUIT:{ msg #logchannel 0,8☞9,3☞3,1☞0  $nick disconnected 3,1☞9,3☞8,9☞0,8☞
}
on *:NICK:{ msg #logchannel 0,8☞9,3☞3,1☞4,1 Nickchange ( $+ $nick $+ ) is know known as $newnick 3,1☞9,3☞8,9☞0,8☞
}
on *:TEXT:!version:#logChannel:{ msg #logchannel 0☞6,12☞12,10☞10,3☞3,9☞9,8☞8,7☞7,4☞15,1 LogScript Version 4.5 7,4☞8,7☞9,8☞3,9☞10,3☞12,10☞6,12☞0,6☞
}

Comments

Sign in to comment.
Rody   -  Jul 14, 2012

Is a super script :D its working

 Respond  
sercan386   -  Mar 09, 2010

well good job ripping the idea off from me.

 Respond  
SnoooP   -  Jan 14, 2010

From what i've seen and i'm sure a few others on here will back me up, this is a gang who mainly use one guys scripts and claim them as a group when it's clear they didn't go anything.

 Respond  
Jethro   -  Jan 14, 2010

This is a gang where "power" is everything when it comes to scripting.....I think.

 Respond  
SnoooP   -  Jan 13, 2010

I think there server is offline to be honest.

 Respond  
Ghost-writer   -  Jan 13, 2010

wow :| Whats wrong with these power scripter kiddies? Your server doesnt even open to port 6667, you suck. No offence :).

 Respond  
SnoooP   -  Jan 11, 2010

I've never seed chanmode before either tbh ;x maybe a rawmode or a check using mode. :S

 Respond  
PowerScripters   -  Jan 11, 2010

Yeah ShinyBot posted it but i remove it from shinybot and put it here ^^

 Respond  
Jethro   -  Jan 11, 2010

I think this code was posted here once by someone. I've never seen 'chanmode' event but 'mode' and 'servermode...' unless, of course, gooshie can comfirm for me that on chanmode event does exist...:P

 Respond  
SnoooP   -  Jan 11, 2010

This works on the basis that it has to be in every channel to be effective ;x

 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.