From 01f1965592cf66066608b3b974a672f3da70b7ca Mon Sep 17 00:00:00 2001 From: Alexandre Morignot <erdnaxeli@cervoi.se> Date: Sun, 29 Nov 2015 20:06:38 +0100 Subject: [PATCH] remove useless sub PlayBot::sites::regex() --- PlayBot/sites.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/PlayBot/sites.pm b/PlayBot/sites.pm index df355bc..5f7d04e 100644 --- a/PlayBot/sites.pm +++ b/PlayBot/sites.pm @@ -13,9 +13,6 @@ our $irc; our $log; our $regex; -sub regex { - return $regex; -} sub parse { my ($kernel, $user, $chan, $msg) = @_; -- GitLab