diff --git a/modules/perform.cpp b/modules/perform.cpp index 1c1876a5..6d64ee7a 100644 --- a/modules/perform.cpp +++ b/modules/perform.cpp @@ -67,8 +67,11 @@ public: PutModule(CString(i) + ": " + *it); } PutModule(" -- End of List"); + } else if (sCmdName == "execute") { + OnIRCConnected(); + PutModule("perform commands sent"); } else { - PutModule("Commands: add , del , list"); + PutModule("Commands: add , del , list, execute"); } }