Thread: #worldreloadpl
View Single Post
  #1  
Old 11-18-2004, 02:05 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default #worldreloadpl

Any way to make the #reloadpl line of commands 'refresh the pl cache' in every zone server? When I say this I'm thinking more about refreshing commands.pl, because atm when you do #reloadpl it only refreshes the commands for that zoneserver and only they can use the new or updated commands in commands.pl w/o restarting.

Just a thought.
__________________
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