diff options
Diffstat (limited to 'src/plugins/exec/exec-command.c')
-rw-r--r-- | src/plugins/exec/exec-command.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/exec/exec-command.c b/src/plugins/exec/exec-command.c index f3d7084f8..0b54c7cb1 100644 --- a/src/plugins/exec/exec-command.c +++ b/src/plugins/exec/exec-command.c @@ -873,7 +873,9 @@ exec_command_init () " /exec -nf -noln links -dump " "http://weechat.org/files/doc/devel/weechat_user.en.html\n" " /exec -o uptime\n" - " /exec -pipe \"/print Machine uptime:\" uptime"), + " /exec -pipe \"/print Machine uptime:\" uptime\n" + " /exec -n tail -f /var/log/messages\n" + " /exec -kill 0"), "-list" " || -sh|-nosh|-bg|-nobg|-stdin|-nostdin|-buffer|-l|-o|-n|-nf|" "-cl|-nocl|-sw|-nosw|-ln|-noln|-flush|-noflush|-color|-timeout|-name|" |