nick responder
Posted by onscope
Tuesday, August 31, 2004
Description: pretty simple, used $left and $right to make the selected nick look pretty =]

;; Add to aliases, select a nick and type /b <msg> to use

/b {
  set %char.nick $mid($snicks,2,0)
  dec %char.nick 1
  msg $chan $left($snicks,0) $+ [^B] $+ $left($snicks,1) $+ [^B][^U] $+ $mid($snicks,2, $+ %char.nick $+ ) $+ [^U][^B] $+ $right($snicks,1) $+ [^B][^K]: $1-
}
hmm.
Posted by KilledInAction
Thursday, September 02, 2004 09:07pm PDT
hmmm... the "$left($snicks,0)" is pointless... other than that, it works the way it is supposed to, although the code could have been cleaned up a little bit.
Submit a comment
Oops! You need to login or register before you can post a comment!

ebaum's world