ducki

ducki

Joined
Feb 25, 2009
Location
California
Website

Activity Stream

ducki commented on a Page, Anti-advertisement Bot  -  Feb 26, 2009

It doesn't work for me.

 Respond  
ducki commented on a Page, Math Identifiers  -  Feb 26, 2009

Nice.

 Respond  
ducki commented on a Page, Anti-advertisement Bot  -  Feb 26, 2009

What would I have to put in order for it to also kick those who spam a channel beginning with #?

 Respond  
ducki commented on a Page, Anti-advertisement Bot  -  Feb 26, 2009

What would I have to put in order for the Bot to remove the ban instead of the ChanServ? Or does the bot still remove the ban?

Does that script count for anyone who advertises anything beginning with a #, www., or http?

 Respond  
ducki commented on a Page, Anti-advertisement Bot  -  Feb 25, 2009

Thanks for your feedback guys! :D

 Respond  
ducki commented on a Page, Anti-spam protection  -  Feb 25, 2009

Didn't see it :)

 Respond  
ducki commented on a Page, Anti-spam protection  -  Feb 25, 2009

Edit:

on :TEXT::#Channel: {
if ($ulevel <= 100) {
if (%flood2. [ $+ [ $wildsite ] ] == $null) {
set -u5 %flood2. [ $+ [ $wildsite ] ] 1
}
elseif (%flood2. [ $+ [ $wildsite ] ] >= 10) {
kick $chan $nick Anti-flood protection has been activated.
unset %flood2. [ $+ [ $wildsite ] ]
}
else { inc -u5 %flood2. [ $+ [ $wildsite ] ] }
}
}

Got what I was looking for. Thanks for the help mountaindew. :)

 Respond  
ducki created a Page  -  Feb 25, 2009
2,053 

This is the second snippet I have posted today. It is very, very simple. I was actually looking for some feedback on this because I didn't quite know how to code it to where only people with 100 access and lower would be kicked from the anti-spam protection. So please feel free to leave comments stating how I could go about rearranging my snippet. Thanks!

ducki created a Page  -  Feb 25, 2009
1,098 

Hi, I'd just like to start off by saying I'm new to Hawkee and I'm very excited to join, but I've been practicing lately on my coding and have gotten a few snippets done. This one here is very sample. It is an anti-advertisement Bot that protects your channel from any user without access who spams a channel name or a website link beginning with 'www.' or 'http'. First time this happens the Bot simply..

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.