Skip to content

Commit 46500cf

Browse files
author
Matt Dees
committed
Update spellcheck plugin
1 parent f91dacf commit 46500cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/GeckBot/Plugins/SpellCheck.pm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ use Text::Aspell;
44

55
my $speller = Text::Aspell->new();
66

7-
$speller->set_option('lang','en_US');
8-
97
sub triggers {
108
return {
119
'spellcheck' => \&check,

0 commit comments

Comments
 (0)