
Jimmy_xor wrote:It says "notice moo with !perm8", but moo doesn't respond. I've tried a lot of things, but none works:
PRIVMSG moo :!perm8
PRIVMSG #perm8 :!perm8
And it doesn't work with a non-bot either:
!perm8
/msg moo !perm8
Am I doing something wrong or have moo died?


moo: Permanent Programming mission 8 started
moo: !md5 Q&ZOAihT 86Owx\
Sent !perm8-result 54712586f6cf5cd64e02cc9441e2141a to moo! Waiting for answer
received CTCP request from moo
Sent to moo: Birinight Bot - Ver 0.7

sub on_version {
...
my $version_info = "Birinight Bot - 0.7";
$conn->notice($nick, $version_info);
...
}
sub on_version {
...
my $version_info = "Birinight Bot - 0.7";
$conn->ctcp_reply($nick, $version_info);
...
}
$conn->add_handler('cversion', \&on_version);
VERSION
=======
This is used to get information about the name of the other client and
the version of it. The request in a "privmsg" is simply
\001VERSION\001
and the reply
\001VERSION #:#:#\001
where the first # denotes the name of the client, the second # denotes
the version of the client, the third # the enviroment the client is
running in.
Using
X-N-CLN ::= '\000' .. '\071' | '\073' .. '\377'
the client name is a string of type X-N-CLN saying things like "Kiwi"
or "ircII", the version saying things like "5.2" or "2.1.5c", the
enviroment saying things like "GNU Emacs 18.57.19 under SunOS 4.1.1 on
Sun SLC" or "Compiled with gcc -ansi under Ultrix 4.0 on VAX-11/730".
send_notice("moo", "\001VERSION Testbot:0.1:Windoze\001");

Users browsing this forum: No registered users and 0 guests