cmd.rc
changeset 5 1b3263c96cbe
parent 0 72ffcc3c584e
child 7 08aba7a38618
equal deleted inserted replaced
4:e305d7e562c4 5:1b3263c96cbe
     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>
       
    11 # Note, that on muc rooms it will just send command line prior
       
    12 # to command output, as subject here sets room topic.
       
    13 set cmd_header = 1
       
    14 
    10 load cmd
    15 load cmd
    11 
    16