Bandit

Bandit

Joined
Sep 11, 2005
Occupation
programmer
Location
127.0.0.1
Website
Interests
stuff

Activity Stream

Bandit commented on a Page, Script.share v1.1  -  May 30, 2006

Kurdish, good to see you man. Nice script by the way, good to see you scripting :) Congratulations bro. As always, good to see you. Come on back to the network if you like bro, you haven\'t been on in awhile, irc.phatlogic.com :) Nice to see ya again. Pm me on how things at xbc are going. Alright man, I\'ll see ya later. Good job on the script!

--Bandit

 Respond  
Bandit commented on a Page, Kick revenge(simple)  -  May 28, 2006

he wouldn\'t have to rejoin the channel if he has auto-rejoin when kicked set to on the mirc options...which I\'m guessing he does, that\'s why I\'m assuming he put in the timer for.

 Respond  
Bandit commented on a Page, Kick revenge(simple)  -  May 28, 2006

Jake, congratulations posting a snippet. I\'m glad to see you are eager to learn mIRC scripting. Now please don\'t take this the wrong way, I\'m only trying to help. But, perhaps some editing of your code would help. I think this would work much better:

on *:KICK:#: {
if ( $knick == $me ) {
timer 1 3 kick $chan $nick REVENGE(Maybe this will teach you?)
}
}

the $knick identifier refers to the nick who was kicked. Thanks, I hope this helps!

--Bandit

 Respond  
Bandit commented on a Page, Slap Revenge  -  Mar 24, 2006

Yes indeed, KuTsuM. That would work better. Wasn\'t thinkin about that. Good job ;)

 Respond  
Bandit commented on a Page, Slap Revenge  -  Mar 24, 2006

Hey nice script, it\'s always nice to see new scripters around. But here\'s a suggestion for you: say for instance someone says \"/me slaps \" yes, the script would then activate. But, if someone said \"/me slaps stupid-head with a nuclear missle, then the script would not activate, because the $2 is not the nick, it\'s the word \"stupid-head\" So, to fix this, we could do:

if ( $me isin $1- )

so, replace the if ($2 == $me) with ( $me isin $1- )

That way, if your nick is found anywhere in the action \"slaps\", then the script will activate. Hope this helps, and welcome to the world of mIRC Scripting!

--Bandit

 Respond  
Bandit commented on a Page, Bake  -  Dec 10, 2005

Jew Hater! :( just kidding, nice script though.

 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.