Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xilbot2.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/ilbot2.pl b/ilbot2.pl
index afd82ff..cbad6a3 100755
--- a/ilbot2.pl
+++ b/ilbot2.pl
@@ -1,6 +1,7 @@
#!/usr/bin/perl
use warnings;
use strict;
+use lib 'lib';
use Config::File;
use Bot::BasicBot 0.81;
use Carp qw(confess);