1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 01:03:14 +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 },
+1 -1
View File
@@ -509,7 +509,7 @@ spell_config_init ()
N_("comma separated list of commands for which spell checking is "
"enabled (spell checking is disabled for all other commands)"),
NULL, 0, 0,
"ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,"
"away,command,cycle,kick,kickban,me,msg,notice,part,query,"
"quit,topic", NULL, 0,
NULL, NULL, NULL,
&spell_config_change_commands, NULL, NULL,