From 4cf3f28248c497c385d1d978437d039b99e09803 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Fri, 7 Sep 2018 23:35:14 +1200 Subject: Remove unnecessary \ --- Plugin/Thanks.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Plugin') 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)]; -- cgit v1.1