mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-09 08:42:59 -04:00
parent
72faf42f1a
commit
9c6e2cdff9
2 changed files with 2 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {} {
|
||||
|
|
|
|||
Loading…
Reference in a new issue