Valentin Lorentz bee98f6711 Conditional: Do not use noReply() after running the command.
As the command already calls reply() or noReply(), calling noReply()
there had disastrous effects:

* if reply() was called, noReply() erases the argument
* if noReply() was called, calling noReply() a second time erases **the next argument** (because the current argument was already erased).

This was 'caused' by the change of behavior of noReply() in 543edccd416f5a45b2a2ee2cc6218264d220bc49.
2017-10-26 09:55:52 +02:00
..
2015-08-11 16:50:23 +02:00
2014-04-11 21:56:42 +00:00
2014-12-20 14:37:27 +01:00

Provides a bunch of commands that enables you to run other commands based on a condition. Also provides logic operators for writing conditions.

Useful for bot scripting / nested commands.