Random Slap
Platform: mIRC
Published Sep 24, 2009
Updated Sep 24, 2009
This is a random slap script that I made, when you type /slap (nick) it slaps the nick with random stuff. :D
Command: /slap nick
Post your suggestions and comments.
alias slap {
var %r $r(1,6)
if ( %r == 1 ) { describe $chan slaps $1 around a bit with a large trout. }
if ( %r == 2 ) { describe $chan slaps $1 with a television. }
if ( %r == 3 ) { describe $chan slaps $1 with a fish. }
if ( %r == 4 ) { describe $chan slaps $1 with a pair of sunglasses. }
if ( %r == 5 ) { describe $chan bitch slaps $1 $+ . }
if ( %r == 6 ) { describe $chan slaps $1 with a birthday cake. }
}