diff options
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/alias/alias-config.c | 2 | ||||
-rw-r--r-- | src/plugins/spell/spell-config.c | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/alias/alias-config.c b/src/plugins/alias/alias-config.c index d250e81e3..23076287f 100644 --- a/src/plugins/alias/alias-config.c +++ b/src/plugins/alias/alias-config.c @@ -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 }, diff --git a/src/plugins/spell/spell-config.c b/src/plugins/spell/spell-config.c index a6c269b25..a677dfc3a 100644 --- a/src/plugins/spell/spell-config.c +++ b/src/plugins/spell/spell-config.c @@ -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, |