mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-19 10:29:30 +01:00
Plugins/AntiTwitter.pm: use utf8
This commit is contained in:
parent
6bc9e9cf88
commit
7acb1e2cf4
@ -20,6 +20,8 @@ use Time::Duration qw/duration/;
|
||||
|
||||
use feature 'switch';
|
||||
|
||||
use utf8;
|
||||
|
||||
no if $] >= 5.018, warnings => "experimental::smartmatch";
|
||||
|
||||
sub initialize {
|
||||
|
Loading…
Reference in New Issue
Block a user