help/en/hlp_multi.txt
author Myhailo Danylenko <isbear@ukrpost.net>
Thu, 30 Jun 2011 16:25:27 +0300
changeset 19 78535784faa7
parent 0 7707b26e82fd
permissions -rw-r--r--
Remove api.h


 /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"