View Single Post
  #13  
Old 10-23-2004, 01:59 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by KhaN
If you cant find good GM, you can still automate jobs that GM's usually do with irc bots, new commands, perl scripts.
Personally, how i see it is, less GM you will have, better your server will be.
Ooooh, Khan.. I never thought of a server having that, thats a nifty idea...

Then again it sounds like something Sony would do, heh.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote