mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-02 10:09:32 +01:00
12 lines
263 B
Perl
12 lines
263 B
Perl
|
#!/usr/bin/env perl
|
||
|
|
||
|
# Recent updates require a bot restart
|
||
|
#
|
||
|
# Replaced Text::Levenshtein with the much, much faster Text::Levenshtein::XS.
|
||
|
#
|
||
|
# If you do not have Text::Levenshtein::XS installed, you must install it:
|
||
|
#
|
||
|
# cpanm Text::Levenshtein::XS
|
||
|
|
||
|
exit 0;
|