Thread: Eqim
View Single Post
  #2  
Old 05-31-2005, 06:52 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Eh. EQIM is really just a glorified IRC client. Heck, it would be better to write just a glorified telnet application for EQEMu that acted like EQIM. But EQEMu's server account setup is different than sony's where they can all be interconnected, EQIM couldnt work with EQEMu without being like, completely rewritten.
__________________
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