cmd.rc
changeset 32 ca6ef5ecb3ce
parent 31 ccf363bc801a
child 33 5052c1200b68
--- a/cmd.rc	Wed Aug 08 14:44:20 2012 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-
-# Shell to use. Commandline to be executed is
-# shell -c command
-# Can be autodetected from environment variable SHELL.
-#set cmd_shell = /bin/dash
-
-# Redirect stderr to stdout. If not, stderr will be discarded.
-set cmd_redirect_stderr = 1
-
-# Set message header to "[<sequence number>] $ <command>"
-# Note, that on muc rooms it will just send "$ <command>" prior
-# to command output, as message subject here sets room topic.
-set cmd_header = 1
-
-# Use room-like behaviour even on non-room buddies.
-set cmd_header_inline = 0
-
-module load cmd
-