1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +02:00

alias: change default command for alias /beep to "/print -beep"

This commit is contained in:
Sebastien Helleu
2014-02-20 11:02:36 +01:00
parent f376893681
commit f8a5c26d96
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ char *alias_default_list[][2] =
{ "AME", "allchan /me" },
{ "AMSG", "allchan /msg *" },
{ "ANICK", "allserv /nick" },
{ "BEEP", "print -stderr \\a" },
{ "BEEP", "print -beep" },
{ "BYE", "quit" },
{ "C", "buffer clear" },
{ "CL", "buffer clear" },