Created
April 30, 2012 15:15
-
-
Save masak/2559145 to your computer and use it in GitHub Desktop.
Getting some kind of... error, I guess?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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