help/en/hlp_multi.txt
author Myhailo Danylenko <isbear@ukrpost.net>
Thu, 18 Oct 2012 23:08:01 +0300
changeset 34 521312075c36
parent 0 7707b26e82fd
permissions -rw-r--r--
Update avv description


 /MULTI command[;command[...]]

Runs specified mcabber commands one by one. Note, that it will not honour any backslash-escapes, parentheses, quotes etc - it will just split line on semicolons.
Example:
 /set hook-post-connect = multi group fold Transports; group fold Old
 /multi if fifo_name; then load fifo; else echo "fifo_name not set, fifo module not loaded"