1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 14:26:39 +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
View File
@@ -25,6 +25,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
* core: display a warning in case of inconsistency between the options
weechat.look.save_{config|layout}_on_exit
* api: add integer return code for functions hook_{signal|hsignal}_send
* alias: change default command for alias /beep to "/print -beep"
* guile: fix module used after unload of a script
* irc: fix parsing of nick in host when '!' is not found (bug #41640)
* lua: fix interpreter used after unload of a script
+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" },