aboutsummaryrefslogtreecommitdiff
path: root/examples/bot.pl6
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bot.pl6')
-rw-r--r--examples/bot.pl62
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bot.pl6 b/examples/bot.pl6
index 20bcb39..76c9fbb 100644
--- a/examples/bot.pl6
+++ b/examples/bot.pl6
@@ -4,7 +4,7 @@ use IRC::Client;
use IRC::Client::Plugin::Debugger;
my $irc = IRC::Client.new(
- :host('localhost'),
+ :host('10.10.11.12'),
:debug,
plugins => [
IRC::Client::Plugin::Debugger.new