NickCompleter With Random Colors

By MightyKiller on Jan 11, 2008

Nick Completer With Multi Color Options.

;--[ NickCompleter ]-----------------------------
; autor: MightyKiller
; email: Fahad@ChatFunda.cOm
; website: www.ChatFunda.CoM
; contacts: ChatFunda Network(irc.ChatFunda.CoM) on #ChatFunda
;---------------------------------------------------------------------------------------------
ON *:INPUT:#: { 
  if ($left($1,1) != /) {
    if ($1 isop $target) Goto Op
    elseif ($1 ishop $target) Goto Hop
    elseif ($1 isvoice $target) Goto Voice
    elseif ($1 isreg $target) Goto Reg
    else Goto End
    :Op
    msg $chan 04@10 $+ $1 $+ 14:01 $2-
    haltdef
    halt
    :Hop
    msg $chan 12~[10%7 $+ $1 $+ 12]~1 $2-
    haltdef
    halt    
    :Voice
    msg $chan $+($chr(3),$r(02,07)) $+ $1 $+ 14:1 $2-    
    haltdef
    halt    
    :Reg
    var %r = 02.05.06.04.12
    msg $chan $+($chr(3),$gettok(%r,$r(1,$numtok(%r,46)),46),$1,$chr(3),:) $2-
    haltdef
    halt    
    :End
    msg $chan $1-
    halt
  }
}

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.