mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-09-07 07:27:12 +02:00
Remove the session from the IRC event parameters.
Rename the IRC module scope to uppercase.
This commit is contained in:
@@ -314,7 +314,7 @@ void RegisterAPI(HSQUIRRELVM vm)
|
||||
ircns.Func(_SC("GetHost"), &GetHost);
|
||||
ircns.Func(_SC("GetErrStr"), &irc_strerror);
|
||||
|
||||
RootTable(vm).Bind(_SC("SqIrc"), ircns);
|
||||
RootTable(vm).Bind(_SC("SqIRC"), ircns);
|
||||
|
||||
Sqrat::ConstTable(vm).Enum(_SC("SqIrcErr"), Sqrat::Enumeration(vm)
|
||||
.Const(_SC("Ok"), LIBIRC_ERR_OK)
|
||||
|
||||
Reference in New Issue
Block a user