KilllerX   -  Nov 10, 2013

Not sure if this concept is possible.

But I was wondering is it is possible to make a script that you could use it (lets say it is isLink)

So that I could do a

if ($1- isLink) { (check file for links that are unaccepted in chat; if true) var %link
else { halt }
if (!%link) {
$readini(badlinks,severity, %link) { .... }
else { halt }
}
}

Where the Severity of how bad the link is I could have separate GOTO, and different ban times for each severity?

Like all shortened links are a 30 second kick
All Level 1 (Things we prefer not in the chat [4chan type]) a 1 minute kick
All Level 2 (Things we don't want in chat) a 3 minute kick
and Level 3 (Porn, or things of that type) a 10 minute kick.

And I might be able to add Offenses; that increase the amount of time to each kick. And on the 3rd offense it bans.

Yawhatnever  -  Nov 11, 2013

If you maintain a categorized list of sites it's possible to do what you describe, but there's not really anything to be gained by doing so. Unless you have massive amounts of links being posted it's simpler and probably better to just leave it up to manual moderation.

I did write a script [http://www.hawkee.com/snippet/9960/] to check links and post warnings for anything suspected of being malicious. It could be modified relatively easily to kick when a blacklisted domain is posted, but anything beyond that would require a lot more changes and would also be unreliable for an automated system. Again, it would probably be better to let moderators handle things.

Sign in to comment

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.