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:
@@ -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 },
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user