Update i2tcl to match latest language changes

refs #12338
This commit is contained in:
Gunnar Beutner 2016-08-10 08:28:42 +02:00
parent 72faf42f1a
commit 9c6e2cdff9
2 changed files with 2 additions and 3 deletions

View File

@ -39,7 +39,7 @@ static Value i2_call_tcl(const String& command, const String& mtype, const std::
delete [] objv;
if (code == TCL_ERROR)
BOOST_THROW_EXCEPTION(std::runtime_error("An error occured in the TCL script"));
BOOST_THROW_EXCEPTION(std::runtime_error("An error occurred in the TCL script"));
Value vresult;

View File

@ -32,8 +32,7 @@ i2_register_command chanhost getchanhost string
i2_register_command chanbans chanbans list
i2_register_command getnick i2_getnick string
i2_register_command getchan i2_getchan string
i2_register_command __commit i2_null null
i2_register_command commit_objects i2_null null
i2_register_command "Internal.run_with_activation_context" i2_null null
i2_register_command exit i2_null null
proc i2_null {} {