Top

mass.tcl

Please Register to submit score.
Average Score  7.0
Scores Submitted  1
Date Added  Feb 13, 2008
Last Updated  Feb 17, 2008
Tags  mass  mdeop  mdevoice  mop  mvoice 

Introduction

This is just a basic mass op/deop/voice/devoice script. (pub/msg)
This does not include a mass kick/ban function.


Grab the Code

Comments

  (6)  RSS
mentalglitch
Comments: 27
 
TCL Snippet:  mass.tcl
Posted on May 13, 2008 9:30 pm
ok.. so I've seen this error in many if not all of these scripts.. and isntead of explaining it all myself ive found an article you all can read..

http://www.peterre.info/characters.html
Get_A_Fix
Comments: 12
 
TCL Snippet:  mass.tcl
Posted on May 30, 2008 4:57 am
what error?
jonesy44
Comments: 681
 
TCL Snippet:  mass.tcl
Posted on May 30, 2008 12:39 pm
Uhh, sorry to be a tard, but wtf is tcl ?
mentalglitch
Comments: 27
 
TCL Snippet:  mass.tcl
Posted on Jun 3, 2008 8:43 pm
lol TCL = tool command language and the 'error' is just using such things as "lindex, lrange, etc" without changing the arguments to a list '[split "arguments"]' then rejoining them later on by '[join "previous arguments"]' since lindex,lsearch,lrange,llength are commands FOR lists hence the l at the beginning of each command XD
mentalglitch
Comments: 27
 
TCL Snippet:  mass.tcl
Posted on Jun 3, 2008 8:45 pm
lol TCL = tool command language and the 'error' is just using such things as "lindex, lrange, etc" without changing the arguments to a list '[split "arguments"]' then rejoining them later on by '[join "previous arguments"]' since lindex,lsearch,lrange,llength are commands FOR lists hence the l at the beginning of each command XD

lindex,lsearch,lrange,llength = list index, list search, list range, and list length to name a few
mentalglitch
Comments: 27
 
TCL Snippet:  mass.tcl
Posted on Jun 3, 2008 8:47 pm
er soz bout double post ^

Please Register or Login to start posting comments.
Bottom