View Single Post
  #5  
Old 02-07-2011, 06:11 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Impersonating staff on RC just got a lot easier.

PHP Code:
function secho(msg) {
  for (
temp.rcfindRCs()) {
    
temp.rc.sendtorc(msg);
  }
}

function 
findRCs() {
  for (
aallplayers) {
    if (
a.level == NULLtemp.rcs.add(a);
  }
  return 
temp.rcs;

Edit: Private debugging echo

PHP Code:
function echo(msg) {
  
findRC("yourAcct").sendtorc(msg);
}

function 
findRC(acct) {
  for (
aallplayers) if (a.account == acct) return a;
  return 
findplayer(acct);

__________________
Quote:

Last edited by fowlplay4; 02-07-2011 at 11:15 PM..
Reply With Quote