aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2015-12-21 09:10:03 -0500
committerZoffix Znet <cpan@zoffix.com>2015-12-21 09:10:03 -0500
commitc97eb34b64788602713fcc77d3c18ab17b629318 (patch)
treea701f958606357939f1bd4be16d80384fffd72d0 /examples
parentc7e225793004a36b8af7d6a58986df31fdb60822 (diff)
Some docs
Diffstat (limited to 'examples')
-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