1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 14:26:39 +02:00

alias: add default alias /beep => /print -stderr \a

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