############################################################
#
# Leave Code -- sort of like Splatter kick
# ----------------------------------------
#
# *sigh* I've been so depressed lately, I thought I'd
# just sit down and code WarCom 5 some more this weekend. .
#
# I have adapted moduality, so this code CAN be used
# outside WarCom ..
#
# code by TheFuture
#
# I dunno if I'm gonna do IRCII code ... anymore ..
# I think I might just give up irc ... I know I'm a
# psycho attention-wanting pissant ... but .. oh well
#
############################################################
 
alias l {
        echo $srand($time())
        lc$rand(5) $0
}

alias lc0 {
	say Ack!! I dropped my penny!
	me grabs for his penny but misses and falls off the edge ..
	say ARrrrrrGGggHHHhh!!
	leave $0
}
 
alias lc1 {
        me sighs ..
        me trips and falls out the door ..
        say Ooof!
        leave $0
}
 
alias lc2 {
        me yawns
        me yelps as his bed teleports him ...
        say Heeeelp meee! :)
        leave $0
}
 
alias lc3 {
        me giggles
        say Ack!!! My Pepsi is snarfing me in!!!
        say Heelpp meee!
        leave $0
}
 
alias lc4 {
        me sighs
        say Suicide is an honorable thought ..
        me stabs himself and dies ..
        leave $0
}
 
alias lc5 {
        sing Where ya goin' with the mask I found .. ?
        say To hell .. muahahahaahhaahah
        me watches as the devils take him away ...
        me doesn't even try and fight ...
        leave $0
}
 
# It's up to yourself to add code here ..
#
# These are annoying enough as it is ..
# change the random function, to the number
# you have added or whatever ..
#
# and don't even ASK me to implement join code,
# I won't do it ..
 
echo *** *sigh*  Exit code loaded .. by TheFuture ..
