mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
parent
72faf42f1a
commit
9c6e2cdff9
@ -39,7 +39,7 @@ static Value i2_call_tcl(const String& command, const String& mtype, const std::
|
|||||||
delete [] objv;
|
delete [] objv;
|
||||||
|
|
||||||
if (code == TCL_ERROR)
|
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;
|
Value vresult;
|
||||||
|
|
||||||
|
@ -32,8 +32,7 @@ i2_register_command chanhost getchanhost string
|
|||||||
i2_register_command chanbans chanbans list
|
i2_register_command chanbans chanbans list
|
||||||
i2_register_command getnick i2_getnick string
|
i2_register_command getnick i2_getnick string
|
||||||
i2_register_command getchan i2_getchan string
|
i2_register_command getchan i2_getchan string
|
||||||
i2_register_command __commit i2_null null
|
i2_register_command "Internal.run_with_activation_context" i2_null null
|
||||||
i2_register_command commit_objects i2_null null
|
|
||||||
i2_register_command exit i2_null null
|
i2_register_command exit i2_null null
|
||||||
|
|
||||||
proc i2_null {} {
|
proc i2_null {} {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user