View Single Post
  #5  
Old 03-24-2005, 07:59 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by Xiao
So, I can't get on the EQEmu IRC server through a proxy at all? Exactly why? WHat about extenuating circumstances? (As in, I can't get on otherwise....)
If you were glined and you explain it to a developer they'd probably ungline you, but as the official voted upon rule stands, Proxies of any kinds under any circumstances 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