I think donny and me needs some more help moderating this forum so I asked HTF if he could help out. And he accepted the position as a moderator.
Donny is doing a tremendous job but of course can't be here 24/7.
So welcome to the "staff "HTF
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
Welcome to the staff man
Regards
Donny
[code]
/** Call this method when you want to play OB.*/
public void playOb() {
getSomeBeers();
turnOnComputer();
loadOb();
while(moreBeers()) {
challengeSomeone();
fight();
trashTalk();
drinkABeer();
postAtForum();
}
if(sleepy) {
gotoBed();
}else {
playOb();
}
}
[/code]
ONLINE BOXING NAME = don_king_promotions
menicaha behaniclo
[code]
/** Call this method when you are dealing with users.*/
stock HandleUsers()
{
for ( new i = 0, j = GetUsers(); i < j; i ++
{
if ( !IsUserConnected( i continue;
switch ( GetUserState( i
{
case USER_STATE_SPAMMER : RemoveUserPost( i;
case USER_STATE_IDIOT : WarnUser( i;
case USER_STATE_TOUGHGUY : LaughAtUser( i;
default : IgnoreUser( i;
}
}
return 1;
}
[/code]
Joined: 19/04/2006 16:15:33
Messages: 440
Location: London, England
Offline
Fitting that the greatest ever is now a mod.
30 TIME OBW CHAMPION 19 TIME OBC CHAMPION 31 TIME OBA CHAMPION 47 TIME OBF CHAMPION 8 TIME EURO CHAMPION 1 TIME TOURNAMENT CHAMPION 1 TIME SUPERCHAMP & UNDISPUTED CHAMPION
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
I've always been a mod Nigel bro ? Oh damn you were speaking about HTF wasn't you hehehe
D
[code]
/** Call this method when you want to play OB.*/
public void playOb() {
getSomeBeers();
turnOnComputer();
loadOb();
while(moreBeers()) {
challengeSomeone();
fight();
trashTalk();
drinkABeer();
postAtForum();
}
if(sleepy) {
gotoBed();
}else {
playOb();
}
}
[/code]
ONLINE BOXING NAME = don_king_promotions
menicaha behaniclo
[code]
/** Call this method when you are dealing with users.*/
stock HandleUsers()
{
for ( new i = 0, j = GetUsers(); i < j; i ++
{
if ( !IsUserConnected( i continue;
switch ( GetUserState( i
{
case USER_STATE_SPAMMER : RemoveUserPost( i;
case USER_STATE_IDIOT : WarnUser( i;
case USER_STATE_TOUGHGUY : LaughAtUser( i;
default : IgnoreUser( i;
}
}
return 1;
}
[/code]