Simple Inputs..

By NoFx on May 14, 2006

Ok.. this is a simple inputs addon by NoFx and it's NOT RIPPED like some dumbs said.. is mine.. , to use it, press alt + r at the same time in the keyboard and copy & paste this .. i hope it works to you , use /inofx for help.. see you! :D

Comments

Sign in to comment.
stargazer989   -  Jun 29, 2007

So...what\'s this thing do exactly...(dont worry im only here to make a fool of myself)

 Respond  
Lindrian   -  Feb 27, 2007

Maybe u should add someting like;
elseif (.bk == $1) && ($3) && ($2 ison $chan) { mode # +b $address($2,2) | kick # $2- }

Etc, i can remake most of the if\'s, just do like i did above, and make em a lil better imo.

 Respond  
NoFx   -  Feb 27, 2007

Thank you Joystyk! :)

See you!

 Respond  
Joystyk   -  Feb 10, 2007

Fresh4life: Inputs have to be used from the running script. if you would want to use a bot to do the commands, it would use on *: statements.

As for the input script. I like the little help window you added. It\'s a nice little addition for people who aren\'t sure what an input is. Good job!

Joystyk

 Respond  
Fresh4Life   -  Feb 04, 2007

is it for bot

 Respond  
NoFx   -  May 14, 2006

Yes, you\'re right. i will change that in my next version of that simple inputs xD .. thks for the help :)

See you

 Respond  
KuTsuM   -  May 14, 2006

Also, (sorry I forgot this in the last post), for the ban-kick, rather than performing both the mode and kick commands, you can use ban -k # $2 5 $3-

 Respond  
KuTsuM   -  May 14, 2006

You should probably do a few more checks within the if-than-else to make sure that your script doesn\'t try to perform a command without sufficient information, and use a bit cleaner code, IE:
elseif (.bk == $1) { mode # +b $2 | kick # $2 $3- }
should be:
elseif (.bk == $1) && ($3) { mode # +b $2 | kick # $2- }

See what I mean?

 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.