KilllerX

KilllerX

Joined
Apr 02, 2010

Activity Stream

KilllerX commented on Froggaard's Thread  -  Dec 02, 2013
KilllerX commented on a Comment, Well Script  -  Nov 26, 2013
KilllerX commented on a Comment, Well Script  -  Nov 25, 2013
KilllerX commented on a Comment, Well Script  -  Nov 24, 2013
KilllerX commented on a Comment, [Highlight Bad words]  -  Nov 20, 2013
KilllerX commented on KilllerX's Thread  -  Nov 18, 2013
KilllerX   -  Nov 18, 2013

@Hawkee Not sure if this is a bug, but any time I try and use

 enter in a 

  and try and go in and edit it. It breaks the element or something, and displays nothing.
KilllerX commented on KryptonCnR's Thread  -  Nov 18, 2013
KilllerX commented on a Comment, Guess the Flag Game  -  Nov 17, 2013
KilllerX commented on KryptonCnR's Thread  -  Nov 11, 2013
KilllerX commented on a mIRC Script, DDO style dice  -  Nov 10, 2013

Might I ask what all the
are for?

KilllerX   -  Nov 10, 2013

Also I know; two things in one day. But, found this 'amazing' site. http://unfurlr.com/

It takes Shortened urls, and gets their long url. What I would like is if it could look at the Actual URL, and get it's Trustworthiness, Child safety, and Privacy. This could be used in conjunction with my last idea. That the bot would use this to figure out shortened links and if they are accepted, it would let them slide, otherwise kick on the severity.

Edit: Also page title would be nice to look at. And if it has anything to do with Porn, or NSFW stuff, that also would be a kick worthy thing.

 Respond  
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.

KilllerX commented on a mIRC Script, Well Script  -  Nov 08, 2013

Where is the script?

KilllerX commented on Hawkee's Thread  -  Nov 07, 2013
KilllerX commented on Hawkee's Thread  -  Nov 06, 2013
KilllerX commented on a Comment, Java Snake  -  Oct 30, 2013
KilllerX commented on voops's Thread  -  Oct 29, 2013
KilllerX commented on voops's Thread  -  Oct 28, 2013
KilllerX commented on voops's Thread  -  Oct 27, 2013
KilllerX commented on a Comment, Quote Script  -  Oct 23, 2013
KilllerX commented on PuppyEyes's Thread  -  Oct 22, 2013
KilllerX commented on a Page, ZOOL  -  Oct 17, 2013

Does this come with a seizure warning? (joke) amazing work.

 Respond  
KilllerX commented on a Comment, TheNinja-RPG IRC  -  Oct 17, 2013
KilllerX commented on a Comment, here  -  Oct 08, 2013
KilllerX commented on a Comment, Add/remove names to a list  -  Oct 01, 2013
KilllerX commented on a Page, Add/remove names to a list  -  Oct 01, 2013

on $:text:/^!subs\b/Si::{
if ($nick isop #) {
if ($2 == list) || (!$2) {
if ($ini(sub.ini,$chan,0)) {
var %a 1, %z $ini(sub.ini,$chan,0)
msg # # has %z sub(s)
}
else { msg # No subs for $chan $+ .
}
}
if ($2 == add) {
if (!$3) {
msg # please specify whom to add.
}
else { writeini sub.ini $chan $3 subbed
msg # " $+ $3- $+ " has been added to the list
}
}
if ($2 == remove) {
if (!$3) {
msg # please specify whom to remove.
}
else {
if ($readini(sub.ini,$chan,$3)) {
remini sub.ini $chan $3
msg # Removed " $+ $3 $+ " from the list
}
}
}
}
}

I think this should do what you want. I hope.

KilllerX commented on a Comment, Advertising warning kick/ban  -  Oct 01, 2013
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.