Refactor command and bang logic into new CCommandHandler class

This also improves bang log messages, which now include the bang name.
This commit is contained in:
Birunthan Mohanathas
2013-05-30 19:51:05 +03:00
parent 85b214de0e
commit f8c3f11913
17 changed files with 1164 additions and 1212 deletions

View File

@ -17,8 +17,9 @@
*/
#include "../StdAfx.h"
#include "../../Common/StringUtil.h"
#include "LuaManager.h"
#include "../Rainmeter.h"
#include "../Logger.h"
int LuaManager::c_RefCount = 0;
lua_State* LuaManager::c_State = 0;

View File

@ -17,9 +17,9 @@
*/
#include "../StdAfx.h"
#include "../../Common/StringUtil.h"
#include "LuaScript.h"
#include "LuaManager.h"
#include "../Rainmeter.h"
/*
** The constructor