on *:input:*: {
if ( $server ) && ( $left($1-,1) != / ) {
msg $active $1-
halt
}
elseif ( !$server ) {
echo You are not connected!!
halt
}
else {
if ( $active == Status Window ) {
echo -a This is the status window!
halt
}
}
}
Last edited by billythekid; 29/10/06 12:43 AM.