mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-09-07 07:27:12 +02:00
Migrated the IRC module to C++ exceptions as well.
Also enabled the latest C++ revision in the project. Various other fixes and improvements.
This commit is contained in:
@@ -186,7 +186,7 @@ void RegisterAPI(HSQUIRRELVM vm)
|
||||
.Ctor()
|
||||
/* Core Metamethods */
|
||||
.Func(_SC("_cmp"), &Session::Cmp)
|
||||
.Func(_SC("_typename"), &Session::Typename)
|
||||
.SquirrelFunc(_SC("_typename"), &Session::Typename)
|
||||
.Func(_SC("_tostring"), &Session::ToString)
|
||||
/* Properties */
|
||||
.Prop(_SC("Valid"), &Session::IsValid)
|
||||
|
||||
Reference in New Issue
Block a user