View Single Post
  #3  
Old 03-23-2005, 03:12 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by RangerDown
There's been some internal debate lately on whether EQEmu wants to even allow proxy connects. Until that issue is officially clarified, I'd discourage trying them lest you might find yourself at the other end of a G:line.
Officially, Proxies of any kind are against the rules.
__________________
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