Sentence ender

By BackoffJackson on Feb 15, 2007

I am totally lazy, so I created a sentence ender that WORKS. If you use "?", "!" or "." at the end of the sentence, it does not activate. Great for the lazy people like me! It also works for emotes. One more feature, it doesn't mess up / commands. Yes, I know it probably could made shorter, but I thought I would show the people of Hawkee the greatness of ASCII numbers. So pretty much, it does what it says it does, end sentences.

Add in remotes (alt + r)

on *:INPUT:*: { if (($left($active,1) == $chr(61)) || ($left($$1,1) == $chr(47)) || ($right($1-,1) == $chr(33)) || ($right($1-,1) == $chr(63))) || ($right($1-,1) == $chr(46)) return | msg $active $1- $+ . | halt }
alias me { if (($left($active,1) == $chr(61)) || ($left($$1,1) == $chr(47)) || ($right($1-,1) == $chr(33)) || ($right($1-,1) == $chr(63))) || ($right($1-,1) == $chr(46)) /!me $1- | else describe $active $1- $+ . }

Comments

Sign in to comment.
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.