diff options
author | David Phillips <david@sighup.nz> | 2017-03-05 22:24:12 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-03-05 22:24:12 +1300 |
commit | dcbfa4ccc6edeff26c9f854f7deaabef2b57d57e (patch) | |
tree | 82dc49605ac4d79fa3ca057aea130e39098a72c3 /saxrobot | |
parent | 7408f06b0547091ba2a75269013f280291831a47 (diff) | |
download | idalius-dcbfa4ccc6edeff26c9f854f7deaabef2b57d57e.tar.xz |
Remove another useless `use`
Diffstat (limited to 'saxrobot')
-rwxr-xr-x | saxrobot | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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'); |