1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 02:03:13 +02:00

alias: remove default aliases /AME and /AMSG

This commit is contained in:
jesopo
2019-06-07 21:35:15 +02:00
committed by Sébastien Helleu
parent 7aa82db471
commit 4ea193c981
14 changed files with 7 additions and 21 deletions
-2
View File
@@ -33,8 +33,6 @@ struct t_config_section *alias_config_section_completion = NULL;
char *alias_default[][3] =
{ { "AAWAY", "allserv /away", NULL },
{ "AME", "allchan /me", NULL },
{ "AMSG", "allchan /msg *", NULL },
{ "ANICK", "allserv /nick", NULL },
{ "BEEP", "print -beep", NULL },
{ "BYE", "quit", NULL },