Tchatting.com Forums
mIRC :: SCRIPTING & HELP mIRC Scripting help, General help, Tips and Tricks!

User Name
Password
Reply
 
Thread Tools Display Modes
  #1  
Old 24-02-2005, 04:48 PM
Cult's Avatar
Cult Cult est déconnecté
Registered User
 
Join Date: Jan 2005
Location: Lebanon
Posts: 2,121
Cult is a jewel in the roughCult is a jewel in the roughCult is a jewel in the rough
Send a message via MSN to Cult
Exclamation nick completer

;return nicks like: @Nick@ for ops , +nick+ for voices , and a little circle for the regular users.

Code:
on *:INPUT:#: {
  if ($left($1,1) != /) {
    var %c = 1, %t
    while (%c <= $0) {
      if ($gettok($1-,%c,32) ison $chan) { %t = %t 12 $+ $prefix($ifmatch,#) $+ 4 $+ $ifmatch $+ 12 $+ $prefix($ifmatch,#)  }
      else { %t = %t $gettok($1-,%c,32) }
      inc %c
    }
    msg $chan %t
    halt
  }
}

alias prefix { if ($1 isop $2) { return $chr(64) } | elseif ($1 isvoice $2) { return $chr(43) } | elseif ($1 isreg $2) { return $chr(176) } }

NON COLOUR VERSION:
on *:INPUT:#: {
  if ($left($1,1) != /) {
    var %c = 1, %t
    while (%c <= $0) {
      if ($gettok($1-,%c,32) ison $chan) { %t = %t $+ $prefix($ifmatch,#) $+  $+ $ifmatch $+  $+ $prefix($ifmatch,#)  }
      else { %t = %t $gettok($1-,%c,32) }
      inc %c
    }
    msg $chan %t
    halt
  }
}

alias prefix { if ($1 isop $2) { return $chr(64) } | elseif ($1 isvoice $2) { return $chr(43) } | elseif ($1 isreg $2) { return $chr(176) } }
__________________

Last edited by Cult; 21-11-2005 at 08:18 PM.
Reply With Quote
  #2  
Old 08-03-2005, 05:00 PM
anmlhckr's Avatar
anmlhckr anmlhckr est déconnecté
Scripting Mod
 
Join Date: Jan 2005
Location: LB
Posts: 163
anmlhckr will become famous soon enoughanmlhckr will become famous soon enough
Send a message via MSN to anmlhckr Send a message via Yahoo to anmlhckr
Re: nick completer

Same comments, use LOOPS check Nc/Acro for more information.
Reply With Quote
  #3  
Old 09-03-2005, 07:56 PM
Cult's Avatar
Cult Cult est déconnecté
Registered User
 
Join Date: Jan 2005
Location: Lebanon
Posts: 2,121
Cult is a jewel in the roughCult is a jewel in the roughCult is a jewel in the rough
Send a message via MSN to Cult
Re: nick completer

anmlhckr same reply! prove u`r self better than this. it`s working right? so, go fix u`r own mistakes in the Nc/Acro section
__________________
Reply With Quote
  #4  
Old 10-03-2005, 12:03 PM
anmlhckr's Avatar
anmlhckr anmlhckr est déconnecté
Scripting Mod
 
Join Date: Jan 2005
Location: LB
Posts: 163
anmlhckr will become famous soon enoughanmlhckr will become famous soon enough
Send a message via MSN to anmlhckr Send a message via Yahoo to anmlhckr
Re: nick completer

There are no mistakes while am pasting it here, it got errors, ill give ya a link if u want it, and i guess i post a link of nomorepasting.com
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Drone/Spam nick kicker (FIXED) anmlhckr mIRC :: SCRIPTING & HELP 42 07-08-2008 07:37 AM
Nick flood kicker.. Mohammad mIRC :: SCRIPTING & HELP 12 19-04-2007 03:20 PM
who have the coolest nick name from girls? MaRo The Lounge 53 02-04-2007 08:39 AM
Nick Completer. shiah mIRC :: SCRIPTING & HELP 1 05-09-2005 07:50 AM

All times are GMT. The time now is 07:25 AM.
Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
All data and information are copyright of DOTLeb Network