Skip to content

Instantly share code, notes, and snippets.

@masak
Created April 30, 2012 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masak/2559145 to your computer and use it in GitHub Desktop.
Save masak/2559145 to your computer and use it in GitHub Desktop.
Getting some kind of... error, I guess?
$ cat grokbot
use Net::IRC::Bot;
use Net::IRC::Modules::Autoident;
Net::IRC::Bot.new(
nick => 'grokbot',
server => 'irc.freenode.net',
channels => <#bottest>,
username => 'grokbot',
:debug,
).run;
$ time nom grokbot
Connecting to irc.perl.org on port 6667
conn made
sent thing to srvr
Could not parse the following IRC event: :magnet.shadowcat.co.uk 004 Rakudobot magnet.shadowcat.co.uk hybrid-7.2.3 CDGabcdfgiklnorsuwxyz biklmnopstveIh bkloveIh
Cannot use 'does' operator with a type object.
in sub infix:<does> at src/gen/CORE.setting:10113
in method dispatch at /home/masak/theirs/Net--IRC/lib/Net/IRC/Bot.pm:98
in method dispatch:<!> at src/gen/CORE.setting:778
in method run at /home/masak/theirs/Net--IRC/lib/Net/IRC/Bot.pm:90
in block <anon> at grokbot:10
real 3m17.376s
user 0m2.503s
sys 0m0.150s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment