View Single Post
  #15  
Old 07-01-2009, 02:19 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by fowlplay4 View Post
Would be neat if it just checked the npcserver's rights for Resetting.
I'd rather have a server option or something.

A cool way to do a reset would be like

PHP Code:
temp.folder.loadFolder("accounts/*"true);

for (
temp.acc folder) {
  if (! 
acc.ends(".txt")) {
    continue;
  }
  
  
temp.tokens acc.tokenize("/");
  
sendToRC("/reset" SPC acc[1].substring(0acc[1].length() - 4));

which would leave all comments and online time and rights.
__________________
Reply With Quote