diff options
author | David Phillips <david@sighup.nz> | 2018-09-07 23:35:14 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2018-09-07 23:35:14 +1200 |
commit | 4cf3f28248c497c385d1d978437d039b99e09803 (patch) | |
tree | b7b8b4581665d74b9ad09da954e79ce79d1a85dd | |
parent | 7bf721b7720f05e44ac58df6f443702167a4f7d8 (diff) | |
download | idalius-4cf3f28248c497c385d1d978437d039b99e09803.tar.xz |
Remove unnecessary \
-rw-r--r-- | Plugin/Thanks.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugin/Thanks.pm b/Plugin/Thanks.pm index c005271..431db5d 100644 --- a/Plugin/Thanks.pm +++ b/Plugin/Thanks.pm @@ -24,7 +24,7 @@ sub thanks { "No problem", "No problem!", "Pas de problème", - "Don\'t worry about it", + "Don't worry about it", "That's fine dude" ); return "$nick: " . $responses[rand(@responses)]; |