mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Remove duplicate property in the IRC session.
This commit is contained in:
parent
955aa218f2
commit
ddb52677bd
@ -218,7 +218,6 @@ void RegisterAPI(HSQUIRRELVM vm)
|
|||||||
.Prop(_SC("SessionTime"), &Session::GetSessionTime)
|
.Prop(_SC("SessionTime"), &Session::GetSessionTime)
|
||||||
.Prop(_SC("Reconnecting"), &Session::GetReconnect)
|
.Prop(_SC("Reconnecting"), &Session::GetReconnect)
|
||||||
.Prop(_SC("IPv6"), &Session::GetIPv6)
|
.Prop(_SC("IPv6"), &Session::GetIPv6)
|
||||||
.Prop(_SC("Server"), &Session::GetServer, &Session::SetServer)
|
|
||||||
.Prop(_SC("CtcpVersion"), (void (Session::*)(void))(nullptr), &Session::SetCtcpVersion)
|
.Prop(_SC("CtcpVersion"), (void (Session::*)(void))(nullptr), &Session::SetCtcpVersion)
|
||||||
.Prop(_SC("ErrNo"), &Session::GetErrNo)
|
.Prop(_SC("ErrNo"), &Session::GetErrNo)
|
||||||
.Prop(_SC("ErrStr"), &Session::GetErrStr)
|
.Prop(_SC("ErrStr"), &Session::GetErrStr)
|
||||||
|
Loading…
Reference in New Issue
Block a user