View Single Post
  #15  
Old 06-09-2015, 06:56 PM
BlueMelon BlueMelon is offline
asdfg
BlueMelon's Avatar
Join Date: Sep 2008
Posts: 1,481
BlueMelon is a splendid one to beholdBlueMelon is a splendid one to beholdBlueMelon is a splendid one to beholdBlueMelon is a splendid one to behold
Quote:
Originally Posted by scriptless View Post
Yeah this script is great. I made a slight addition to the script on N-Pulse so I could join to a class with this script in it. And in my script that the class joins from I can add new commands, and use them without having to edit the class.

PHP Code:
case "func":
  (@
data[1])(data[2]);
break; 
ohman
might want to add a whitelist to data[1]
__________________
http://i.imgur.com/OOJbW.jpg
Reply With Quote