aboutsummaryrefslogtreecommitdiff
path: root/saxrobot
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-03-05 22:24:12 +1300
committerDavid Phillips <david@sighup.nz>2017-03-05 22:24:12 +1300
commitdcbfa4ccc6edeff26c9f854f7deaabef2b57d57e (patch)
tree82dc49605ac4d79fa3ca057aea130e39098a72c3 /saxrobot
parent7408f06b0547091ba2a75269013f280291831a47 (diff)
downloadidalius-dcbfa4ccc6edeff26c9f854f7deaabef2b57d57e.tar.xz
Remove another useless `use`
Diffstat (limited to 'saxrobot')
-rwxr-xr-xsaxrobot1
1 files changed, 0 insertions, 1 deletions
diff --git a/saxrobot b/saxrobot
index b4ab59e..3cfa094 100755
--- a/saxrobot
+++ b/saxrobot
@@ -6,7 +6,6 @@ use POE;
use POE::Kernel;
use POE::Component::IRC;
use POE::Component::IRC::Plugin::NickServID;
-use Config::Tiny;
use sb_config;
my %config = sb_config::parse_config('bot.conf');