cmd.rc
changeset 7 08aba7a38618
parent 5 1b3263c96cbe
child 15 891fc0779d50
equal deleted inserted replaced
6:8e64b6d3302e 7:08aba7a38618
     5 #set cmd_shell = /bin/dash
     5 #set cmd_shell = /bin/dash
     6 
     6 
     7 # Redirect stderr to stdout. If not, stderr will be discarded.
     7 # Redirect stderr to stdout. If not, stderr will be discarded.
     8 set cmd_redirect_stderr = 1
     8 set cmd_redirect_stderr = 1
     9 
     9 
    10 # Set message header to [<sequence number>] $ <command>
    10 # Set message header to "[<sequence number>] $ <command>"
    11 # Note, that on muc rooms it will just send command line prior
    11 # Note, that on muc rooms it will just send "$ <command>" prior
    12 # to command output, as subject here sets room topic.
    12 # to command output, as message subject here sets room topic.
    13 set cmd_header = 1
    13 set cmd_header = 1
       
    14 
       
    15 # Use room-like behaviour even on non-room buddies.
       
    16 set cmd_header_inline = 0
    14 
    17 
    15 load cmd
    18 load cmd
    16 
    19