~bcdcpp-team/dcplusplus/bcdcpp

« back to all changes in this revision

Viewing changes to dcpp/ClientManager.h

  • Committer: cologic
  • Date: 2012-09-17 07:58:00 UTC
  • Revision ID: ne5@parsoma.net-20120917075800-l8hof8r50axrlmkv
disallow some usercommands from invoking Lua

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
        void privateMessage(const HintedUser& user, const string& msg, bool thirdPerson);
127
127
        void userCommand(const HintedUser& user, const UserCommand& uc, ParamMap& params, bool compatibility);
128
128
 
129
 
        static bool ucExecuteLua(const string& cmd, ParamMap& params) throw();
 
129
        static bool ucExecuteLua(const UserCommand& uc, ParamMap& params) throw();
130
130
 
131
131
        bool isActive() const;
132
132