help/en/hlp_multi.txt
changeset 0 7707b26e82fd
equal deleted inserted replaced
-1:000000000000 0:7707b26e82fd
       
     1 
       
     2  /MULTI command[;command[...]]
       
     3 
       
     4 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.
       
     5 Example:
       
     6  /set hook-post-connect = multi group fold Transports; group fold Old
       
     7  /multi if fifo_name; then load fifo; else echo "fifo_name not set, fifo module not loaded"