diff options
author | aunsane <aunsane@gmail.com> | 2018-03-19 21:37:26 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-03-19 21:37:48 +0300 |
commit | 165d7791631a9c9ed0998c90b696116593ebfd70 (patch) | |
tree | 8d42ce79b67eb1797e6242e096e1919e508ac0c1 /plugins/MirLua/src/m_protocols.cpp | |
parent | 81781c336c74447c4d64b367b958b2c7835f7271 (diff) |
MirLua:
- new functions toansi & toucs2
- warning fixes
Diffstat (limited to 'plugins/MirLua/src/m_protocols.cpp')
-rw-r--r-- | plugins/MirLua/src/m_protocols.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirLua/src/m_protocols.cpp b/plugins/MirLua/src/m_protocols.cpp index f4ea022175..4ecb5d7b3c 100644 --- a/plugins/MirLua/src/m_protocols.cpp +++ b/plugins/MirLua/src/m_protocols.cpp @@ -237,7 +237,7 @@ static luaL_Reg protocolsApi[] = {
{ "GetProtocol", lua_GetProtocol },
{ "Protocols", lua_Protocols },
- { "RegisterProtocol", lua_Protocols },
+ { "RegisterProtocol", lua_RegisterProtocol },
{ "CallSendChain", lua_ChainSend },
{ "CallReceiveChain", lua_ChainRecv },
|