mirror of
https://github.com/znc/znc.git
synced 2026-05-08 06:14:40 +02:00
Add /msg *perform execute
This command lets perform send the perform lines now. This can be useful for testing. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1558 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+4
-1
@@ -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 <command>, del <nr>, list");
|
||||
PutModule("Commands: add <command>, del <nr>, list, execute");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user