Funny Script

By Cafaro on Nov 11, 2005

This is a very funny script, but it's also very useless
Typ '/Script on' to activate it
Typ '/Script off' to deactivate it

alias script {
set %script $iif($1 == on,on,off)
echo -a 4Your script is now $+(%script,-line!)
}

on 1:text:*:#:{ if ($me isin $1-) && (%script = on) { msg $chan $replace($1-,$me,$nick) } }

Comments

Sign in to comment.
sk68   -  Jul 10, 2009

apparently someone missed this part

[...]but it's also very useless
^^

 Respond  
Whatever   -  Nov 16, 2005

Interesting... but it doesn\'t really do much...

 Respond  
Scruffy   -  Nov 15, 2005

ohhh nvm i see what it does

 Respond  
Scruffy   -  Nov 15, 2005

and um... whats it do?

 Respond  
Cafaro   -  Nov 12, 2005

Updated xD

:)

 Respond  
enexif   -  Nov 12, 2005

You also don\'t need the \'/\' infront of commands. mIRC automatically puts a \'/\' infront of commands so there\'s no use for it. Also the alias script is too.. not well designed...It can be shorter:

alias script {
set %script $iif($1 == on,on,off)
echo -a 4Your script is now $+(%script,-line!)
}

:)

 Respond  
Foamy   -  Nov 12, 2005

=) gj

 Respond  
Cafaro   -  Nov 12, 2005

Ok, Foamy. Updated :D

 Respond  
Foamy   -  Nov 11, 2005

but you don\'t need \"/Script\" for:

alias /Script
you can just use
alias Script

 Respond  
Foamy   -  Nov 11, 2005

pretty good

 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.