Top

$nicktok


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  3.5
Scores Submitted  2
Date Added  Dec 04, 2005
Last Updated  Dec 04, 2005
Tags  nick  sort  string  token 
  Bookmark and Share

Introduction

This Strings together nicks from a specified channel.
Seperated by a ascii character of your choice.

You can choose to string, all users, Ops, Voices, etc
a = all nicks, o = ops, h = halfops, v = voiced, r = regular

Example: //Echo -a $nicktok(#mychan,a,44)
This would string together all the users in #mychan seperated by,
Character 44, which is ','

$nicktok($channel,aohvr,C)





Grab the Code

Comments

  (2)  RSS
Yoinx
Comments: 424
 
mIRC Snippet:  $nicktok
Posted on Dec 4, 2005 9:28 am
keep in mind, combined between a variable name and the data stored in it.... you only have about 900 characters.
Mpdreamz
Comments: 29
 
mIRC Snippet:  $nicktok
Posted on Dec 7, 2005 7:45 am
also its good practise to return $false on fail in identifiers.

Please Register or Login to start posting comments.
Bottom