advertise kick

By Magnetronkip on May 18, 2005

this is a very simpel script it will work only for one channel
change the name channel to your chan

#############################################
### advertisekick.tcl                     ###
### Version 1.0                           ###
### By Magnetronkip                       ###
### www.magnetronkip.com                  ###
### quakenet #magnetronkip                ###
### magnetronkip[at]legix-designz[dot]com ###
#############################################
bind pubm - "#channel *#*" advertise_kick
proc advertise_kick { nick host hand chan text } {
       if {[isop $nick $chan]} { return }
        putkick $chan $nick "No advertise in here"
}

Comments

Sign in to comment.
zak123   -  Jan 29, 2009
    putkick $chan $nick "No advertise in here"

Should be...

    putkick $chan $nick "No advertisING in here"
 Respond  
Yoinx   -  May 19, 2005

Have you tried this? My understanding is that you would need to use the chandname to be able to support isop. http://www.tclscript.com/docs/tcl-commands.html#chancmds its in the section right under chandname

 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.