Author Topic: potatochip7 ID 9427  (Read 2329 times)

The first picture -- potatochip7 sucks balls.
Second picture -- Pointless insults FTL.


You gave a person who's name was a generic noun followed by a number admin?
Lol.

Seriously though, you should of made him "fake admin" and tracked what he tried to do for a while.
how2do?
I know how to make a fake admin message.
I want to know how to track what they do.


how2do?
I know how to make a fake admin message.
I want to know how to track what they do.
Code: [Select]
package fakeadmin
{
     servercmdban(%client,%stuff,%stuff)
     {
            if(%client.isfakeadmin)
                  echo(%client.name SPC "tryed to ban and" SPC %stuff SPC %stuff);
            else
                  Parent::servercmdban(%client,%stuff,%stuff);
      }
};
activatepackage(fakeadmin);
Obviously this is just an example that won't work correctly, but it should give the general idea.


Code: [Select]
package fakeadmin
{
     servercmdban(%client,%stuff,%stuff)
     {
            if(%client.isfakeadmin)
                  echo(%client.name SPC "tryed to ban and" SPC %stuff SPC %stuff);
            else
                  Parent::servercmdban(%client,%stuff,%stuff);
      }
};
activatepackage(fakeadmin);
Obviously this is just an example that won't work correctly, but it should give the general idea.


You made that, right?

Do want.

Giving out admin to people who act "good" is, well... let's say it's not a good thing to do.

For all we know they could just be "acting" good so they can get admin to do bad things.

My advice: Give out admin to friends that you very well trust and think that they're capable of holding a responsibility like that. Don't just give out admin to people who are "acting good". Oh and, NEVER host a free admin server. Those turn out... bad.

Giving out admin to people who act "good" is, well... let's say it's not a good thing to do.

For all we know they could just be "acting" good so they can get admin to do bad things.

My advice: Give out admin to friends that you very well trust and think that they're capable of holding a responsibility like that. Don't just give out admin to people who are "acting good". Oh and, NEVER host a free admin server. Those turn out... bad.
In both situations, you shouldn't make them admin.

You should only make someone admin if you actually need help moderating a server, and then give it to one or two most trusted people on the server.

In both situations, you shouldn't make them admin.

You should only make someone admin if you actually need help moderating a server, and then give it to one or two most trusted people on the server.
Yes. That, too.

You made that, right?

Do want.
I have an actual version which I could release.
But that's psudo-code to show the concept of it.

That handicap banned me for saying "TASTE THE RAINBOW" and teebagging a rainbow he made once, as a joke..

But i'm still getting annoyed by the forgetload of dramas there are about people getting banned by other people. Come on, where's the guy going over to some other guy's house and beating the stuff out of him? Where's the action?

That handicap banned me for saying "TASTE THE RAINBOW" and teebagging a rainbow he made once, as a joke..

But i'm still getting annoyed by the forgetload of dramas there are about people getting banned by other people. Come on, where's the guy going over to some other guy's house and beating the stuff out of him? Where's the action?
Drama threads don't all have to be flame wars.

Calling people gay without a valid reason just makes you look stupid.
Especially if you say "yourgay" :O

But i'm still getting annoyed by the forgetload of dramas there are about people getting banned by other people.
This is the point of drama. Hurr.

I have an actual version which I could release.
But that's psudo-code to show the concept of it.
I want that really, really bad.