1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891
|
#####################################################################
# #
# Net::IRC -- Object-oriented Perl interface to an IRC server #
# #
# Event.pm: The basic data type for any IRC occurrence. #
# #
# Copyright (c) 2001 Pete Sergeant, Greg Bacon & Dennis Taylor. #
# All rights reserved. #
# #
# This module is free software; you can redistribute or #
# modify it under the terms of Perl's Artistic License. #
# #
#####################################################################
#
# Net-IRC 0.71
# ------------
#
# Pete Sergeant's Changelog
#
# July 1st 2001:
# => Added some extra numeric events from Austnet, thanks to
# Andrew Macks (andypoo).
package Net::IRC::Event;
use strict;
my %_names;
# -- #perl was here! --
# <fimmtiu> OK, another mini-log has been added to the mjd quote file
# in Event.pm. :-)
# <amagosa> Heh heh
# <\mjd> There's an entire MJD quote file?
# <\mjd> Is it appropriate to ask you to put in the URL of my Perl
# Paraphernalia page?
# <\mjd> People who are amused might want to come visit.
# <fimmtiu> Sure, why not... what's the url?
# <\mjd> http://perl.plover.com/
# Sets or returns an argument list for this event.
# Takes any number of args: the arguments for the event.
sub args {
my $self = shift;
if (@_) {
my (@q, $i, $ct) = @_; # This line is solemnly dedicated to \mjd.
$self->{'args'} = [ ];
while (@q) {
$i = shift @q;
next unless defined $i;
if ($i =~ /^:/ and $ct) { # Concatenate :-args.
$i = join ' ', (substr($i, 1), @q);
push @{$self->{'args'}}, $i;
last;
}
push @{$self->{'args'}}, $i;
$ct++;
}
}
return @{$self->{'args'}};
}
# Dumps the contents of an event to STDERR so you can see what's inside.
# Takes no args.
sub dump {
my ($self, $arg, $counter) = (shift, undef, 0); # heh heh!
printf STDERR "TYPE: %-30s FORMAT: %-30s\n",
$self->{'type'}, $self->{'format'};
print STDERR "FROM: ", $self->{'from'}, "\n";
print STDERR "TO: ", join(", ", @{$self->{'to'}}), "\n";
foreach $arg (@{$self->{'args'}}) {
print "Arg ", $counter++, ": ", $arg, "\n";
}
}
# -- #perl was here! --
# <Meta-tron> lets say I had [snip]<unknown> this is a lot of text <foo> and I
# would like to grab it. <unknown> [/snip] how would I be able to
# write a regular expression that matched the stuff between the
# <unknown>'s, (the actual contenty of <unknown> is really unknown.
# <Meta-tron> god Im a mess...
# <\mjd> How can you tell the computer to recognize something unknown when
# you don't know what it is?
# <\mjd> ``Hi, just watch out for something interesting, OK?''
# <mendel> with DWIM::Match, of course
# <\mjd> ``And pick up a beer if you pass by the 7-11.''
# Sets or returns the format string for this event.
# Takes 1 optional arg: the new value for this event's "format" field.
sub format {
my $self = shift;
$self->{'format'} = $_[0] if @_;
return $self->{'format'};
}
# -- #perl was here! --
# <Mutiny> I'm having this teeny problem and I want to know if somebody
# can help me with it..
# <\mjd> mutiny: Sever the main neck tendons before cutting through the
# spinal cord. That will allow you more opportunity to separate the
# vertebrae prior to removing the head.
# Sets or returns the originator of this event
# Takes 1 optional arg: the new value for this event's "from" field.
sub from {
my $self = shift;
my @part;
if (@_) {
# avoid certain irritating and spurious warnings from this line...
{ local $^W;
@part = split /[\@!]/, $_[0], 3;
}
$self->nick(defined $part[0] ? $part[0] : '');
$self->user(defined $part[1] ? $part[1] : '');
$self->host(defined $part[2] ? $part[2] : '');
defined $self->user ?
$self->userhost($self->user . '@' . $self->host) :
$self->userhost($self->host);
$self->{'from'} = $_[0];
}
return $self->{'from'};
}
# -- #perl was here! --
# <\mjd> So, I just heard that some people use their dolls to act out
# their childhood traumas.
# <jjohn> \mjd, I've heard of that.
# <Abigail> I do that too. Every night before I go to sleep, I whip my dolls.
# <\mjd> Yesterday Lorrie and I had one of our plush octopuses make us
# promise that we would never take it to Syms.
# Sets or returns the hostname of this event's initiator
# Takes 1 optional arg: the new value for this event's "host" field.
sub host {
my $self = shift;
$self->{'host'} = $_[0] if @_;
return $self->{'host'};
}
# Constructor method for Net::IRC::Event objects.
# Takes at least 4 args: the type of event
# the person or server that initiated the event
# the recipient(s) of the event, as arrayref or scalar
# the name of the format string for the event
# (optional) any number of arguments provided by the event
sub new {
my $class = shift;
# -- #perl was here! --
# \mjd: Under the spreading foreach loop, the lexical variable stands.
# \mjd: The my is a mighty keyword, with abcessed anal glands.
# \mjd: Apologies to Mr. Longfellow.
my $self = { 'type' => $_[0],
'from' => $_[1],
'to' => ref($_[2]) eq 'ARRAY' ? $_[2] : [ $_[2] ],
'format' => $_[3],
'args' => [ @_[4..$#_] ],
};
bless $self, $class;
if ($self->{'type'} !~ /\D/) {
$self->{'type'} = $self->trans($self->{'type'});
} else {
$self->{'type'} = lc $self->{'type'};
}
# ChipDude: "Beware the method call, my son! The subs that grab, the
# args that shift!"
# \mjd: That's pretty good.
$self->from($self->{'from'}); # sets nick, user, and host
$self->args(@{$self->{'args'}}); # strips colons from args
return $self;
}
# Sets or returns the nick of this event's initiator
# Takes 1 optional arg: the new value for this event's "nick" field.
sub nick {
my $self = shift;
$self->{'nick'} = $_[0] if @_;
return $self->{'nick'};
}
# -- #perl was here! --
# <ROM_Man> can anyone point me to a resource on how to deal with shadow
# passwords in perl?
# <ROM_Man> anyone alive?
# <\mjd> <rattle> Who dares to disturb my eternal rest?
# <\mjd> <clank> <clank> <clank>
# Sets or returns the recipient list for this event
# Takes any number of args: this event's list of recipients.
sub to {
my $self = shift;
$self->{'to'} = [ @_ ] if @_;
return wantarray ? @{$self->{'to'}} : $self->{'to'};
}
# -- #perl was here! --
# <\mjd> Last night I dreamt that I had a screaming fight on the telephone
# with Sun Microsystems tech sales.
# <fimmtiu> Seriously?
# <\mjd> Seriously.
# <crab> \mjd: what were you fighting about?
# <\mjd> All sorts of stuff.
# <\mjd> They wouldn't deliver what I wanted, they didn't believe I was
# affiliated with the people I said I was, they didn't understand
# some irregularity in the shipping address,
# <\mjd> they wouldn't honor their guarantees...
# <\mjd> Finally when I was screaming mad and they were going to have to
# give in, they just transferred me to some cheerful marketing droid
# who was going to explain the enahancements they'd made to HTML.
# <\mjd> So I remember screaming YOU IDIOTS, YOU CAN'T JUST DEFINE
# <!--foo--> TO MEAN WHATEVER YOU WANT BECAUSE EVERY BROWSER IN THE
# WORLD ALREADY TREATS IT LIKE A COMMENT!
# fimmtiu snickers.
# <\mjd> That's about when I woke up.
# Simple sub for translating server numerics to their appropriate names.
# Takes one arg: the number to be translated.
sub trans {
shift if (ref($_[0]) || $_[0]) =~ /^Net::IRC/;
my $ev = shift;
return (exists $_names{$ev} ? $_names{$ev} : undef);
}
# Sets or returns the type of this event
# Takes 1 optional arg: the new value for this event's "type" field.
sub type {
my $self = shift;
$self->{'type'} = $_[0] if @_;
return $self->{'type'};
}
# -- #perl was here! --
# <\mjd> This is an impressive piece of software.
# <fimmtiu> Really? I always thought of it as a huge, monstrously multiplying
# collection of hacks in a metaphorical petri dish. :-)
# <\mjd> You say that as though it were a bad thing...
# Sets or returns the username of this event's initiator
# Takes 1 optional arg: the new value for this event's "user" field.
sub user {
my $self = shift;
$self->{'user'} = $_[0] if @_;
return $self->{'user'};
}
# -- #perl was here! --
# <Skrewtape> Rap Olympics... heh
# <^Pudge> gb, please tell me you are kidding, that there is no such thing.
# <Norton> Nope, he's serious
# ^Pudge looks for something to smack
# <gbacon> i know nothing about it
# <\mjd> Who owns the Rap Olympics?
# <gbacon> i wonder what the Rap Decathlon is
# <^Pudge> i want an ass-kicking olympics.
# <\mjd> ``The Rap Olympics belongs to all of humanity.''
# <^Pudge> i want to line people up.
# <^Pudge> i want them to bend over.
# <^Pudge> and i want to kick their asses and get points and medals for it.
# Just $self->user plus '@' plus $self->host, for convenience.
sub userhost {
my $self = shift;
$self->{'userhost'} = $_[0] if @_;
return $self->{'userhost'};
}
%_names = (
# suck! these aren't treated as strings --
# 001 ne 1 for the purpose of hash keying, apparently.
'001' => "welcome",
'002' => "yourhost",
'003' => "created",
'004' => "myinfo",
'005' => "map", # Undernet Extension, Kajetan@Hinner.com, 17/11/98
'006' => "mapmore", # Undernet Extension, Kajetan@Hinner.com, 17/11/98
'007' => "mapend", # Undernet Extension, Kajetan@Hinner.com, 17/11/98
'008' => "snomask", # Undernet Extension, Kajetan@Hinner.com, 17/11/98
'009' => "statmemtot", # Undernet Extension, Kajetan@Hinner.com, 17/11/98
'010' => "statmem", # Undernet Extension, Kajetan@Hinner.com, 17/11/98
200 => "tracelink",
201 => "traceconnecting",
202 => "tracehandshake",
203 => "traceunknown",
204 => "traceoperator",
205 => "traceuser",
206 => "traceserver",
208 => "tracenewtype",
209 => "traceclass",
211 => "statslinkinfo",
212 => "statscommands",
213 => "statscline",
214 => "statsnline",
215 => "statsiline",
216 => "statskline",
217 => "statsqline",
218 => "statsyline",
219 => "endofstats",
221 => "umodeis",
231 => "serviceinfo",
232 => "endofservices",
233 => "service",
234 => "servlist",
235 => "servlistend",
241 => "statslline",
242 => "statsuptime",
243 => "statsoline",
244 => "statshline",
245 => "statssline", # Reserved, Kajetan@Hinner.com, 17/10/98
246 => "statstline", # Undernet Extension, Kajetan@Hinner.com, 17/10/98
247 => "statsgline", # Undernet Extension, Kajetan@Hinner.com, 17/10/98
248 => "statsuline", # Undernet Extension, Kajetan@Hinner.com, 17/10/98
249 => "statsdebug", # Unspecific Extension, Kajetan@Hinner.com, 17/10/98
250 => "statsconn", # Undernet Extension, Kajetan@Hinner.com, 17/10/98
250 => "luserconns", # 1998-03-15 -- tkil
251 => "luserclient",
252 => "luserop",
253 => "luserunknown",
254 => "luserchannels",
255 => "luserme",
256 => "adminme",
257 => "adminloc1",
258 => "adminloc2",
259 => "adminemail",
261 => "tracelog",
262 => "endoftrace", # 1997-11-24 -- archon
265 => "n_local", # 1997-10-16 -- tkil
266 => "n_global", # 1997-10-16 -- tkil
271 => "silelist", # Undernet Extension, Kajetan@Hinner.com, 17/10/98
272 => "endofsilelist", # Undernet Extension, Kajetan@Hinner.com, 17/10/98
275 => "statsdline", # Undernet Extension, Kajetan@Hinner.com, 17/10/98
280 => "glist", # Undernet Extension, Kajetan@Hinner.com, 17/10/98
281 => "endofglist", # Undernet Extension, Kajetan@Hinner.com, 17/10/98
300 => "none",
301 => "away",
302 => "userhost",
303 => "ison",
305 => "unaway",
306 => "nowaway",
307 => "userip", # Undernet Extension, Kajetan@Hinner.com, 17/10/98
310 => "whoishelp", # (July01-01)Austnet Extension, found by Andypoo <andypoo@secret.com.au>
311 => "whoisuser",
312 => "whoisserver",
313 => "whoisoperator",
314 => "whowasuser",
315 => "endofwho",
316 => "whoischanop",
317 => "whoisidle",
318 => "endofwhois",
319 => "whoischannels",
320 => "whoisvworld", # (July01-01)Austnet Extension, found by Andypoo <andypoo@secret.com.au>
321 => "liststart",
322 => "list",
323 => "listend",
324 => "channelmodeis",
329 => "channelcreate", # 1997-11-24 -- archon
331 => "notopic",
332 => "topic",
333 => "topicinfo", # 1997-11-24 -- archon
334 => "listusage", # Undernet Extension, Kajetan@Hinner.com, 17/10/98
341 => "inviting",
342 => "summoning",
351 => "version",
352 => "whoreply",
353 => "namreply",
354 => "whospcrpl", # Undernet Extension, Kajetan@Hinner.com, 17/10/98
361 => "killdone",
362 => "closing",
363 => "closeend",
364 => "links",
365 => "endoflinks",
366 => "endofnames",
367 => "banlist",
368 => "endofbanlist",
369 => "endofwhowas",
371 => "info",
372 => "motd",
373 => "infostart",
374 => "endofinfo",
375 => "motdstart",
376 => "endofmotd",
377 => "motd2", # 1997-10-16 -- tkil
378 => "austmotd", # (July01-01)Austnet Extension, found by Andypoo <andypoo@secret.com.au>
381 => "youreoper",
382 => "rehashing",
384 => "myportis",
385 => "notoperanymore", # Unspecific Extension, Kajetan@Hinner.com, 17/10/98
391 => "time",
392 => "usersstart",
393 => "users",
394 => "endofusers",
395 => "nousers",
401 => "nosuchnick",
402 => "nosuchserver",
403 => "nosuchchannel",
404 => "cannotsendtochan",
405 => "toomanychannels",
406 => "wasnosuchnick",
407 => "toomanytargets",
409 => "noorigin",
411 => "norecipient",
412 => "notexttosend",
413 => "notoplevel",
414 => "wildtoplevel",
416 => "querytoolong", # Undernet Extension, Kajetan@Hinner.com, 17/10/98
421 => "unknowncommand",
422 => "nomotd",
423 => "noadmininfo",
424 => "fileerror",
431 => "nonicknamegiven",
432 => "erroneusnickname", # This iz how its speld in thee RFC.
433 => "nicknameinuse",
436 => "nickcollision",
437 => "bannickchange", # Undernet Extension, Kajetan@Hinner.com, 17/10/98
438 => "nicktoofast", # Undernet Extension, Kajetan@Hinner.com, 17/10/98
439 => "targettoofast", # Undernet Extension, Kajetan@Hinner.com, 17/10/98
441 => "usernotinchannel",
442 => "notonchannel",
443 => "useronchannel",
444 => "nologin",
445 => "summondisabled",
446 => "usersdisabled",
451 => "notregistered",
461 => "needmoreparams",
462 => "alreadyregistered",
463 => "nopermforhost",
464 => "passwdmismatch",
465 => "yourebannedcreep", # I love this one...
466 => "youwillbebanned",
467 => "keyset",
468 => "invalidusername", # Undernet Extension, Kajetan@Hinner.com, 17/10/98
471 => "channelisfull",
472 => "unknownmode",
473 => "inviteonlychan",
474 => "bannedfromchan",
475 => "badchannelkey",
476 => "badchanmask",
478 => "banlistfull", # Undernet Extension, Kajetan@Hinner.com, 17/10/98
481 => "noprivileges",
482 => "chanoprivsneeded",
483 => "cantkillserver",
484 => "ischanservice", # Undernet Extension, Kajetan@Hinner.com, 17/10/98
491 => "nooperhost",
492 => "noservicehost",
501 => "umodeunknownflag",
502 => "usersdontmatch",
511 => "silelistfull", # Undernet Extension, Kajetan@Hinner.com, 17/10/98
513 => "nosuchgline", # Undernet Extension, Kajetan@Hinner.com, 17/10/98
513 => "badping", # Undernet Extension, Kajetan@Hinner.com, 17/10/98
);
1;
__END__
=head1 NAME
Net::IRC::Event - A class for passing event data between subroutines
=head1 SYNOPSIS
None yet. These docs are under construction.
=head1 DESCRIPTION
This documentation is a subset of the main Net::IRC documentation. If
you haven't already, please "perldoc Net::IRC" before continuing.
Net::IRC::Event defines a standard interface to the salient information for
just about any event your client may witness on IRC. It's about as close as
we can get in Perl to a struct, with a few extra nifty features thrown in.
=head1 METHOD DESCRIPTIONS
This section is under construction, but hopefully will be finally written up
by the next release. Please see the C<irctest> script and the source for
details about this module.
=head1 LIST OF EVENTS
Net::IRC is an entirely event-based system, which takes some getting used to
at first. To interact with the IRC server, you tell Net::IRC's server
connection to listen for certain events and activate your own subroutines when
they occur. Problem is, this doesn't help you much if you don't know what to
tell it to look for. Below is a list of the possible events you can pass to
Net::IRC, along with brief descriptions of each... hope this helps.
=head2 Common events
=over
=item *
nick
The "nick" event is triggered when the client receives a NICK message, meaning
that someone on a channel with the client has changed eir nickname.
=item *
quit
The "quit" event is triggered upon receipt of a QUIT message, which means that
someone on a channel with the client has disconnected.
=item *
join
The "join" event is triggered upon receipt of a JOIN message, which means that
someone has entered a channel that the client is on.
=item *
part
The "part" event is triggered upon receipt of a PART message, which means that
someone has left a channel that the client is on.
=item *
mode
The "mode" event is triggered upon receipt of a MODE message, which means that
someone on a channel with the client has changed the channel's parameters.
=item *
topic
The "topic" event is triggered upon receipt of a TOPIC message, which means
that someone on a channel with the client has changed the channel's topic.
=item *
kick
The "kick" event is triggered upon receipt of a KICK message, which means that
someone on a channel with the client (or possibly the client itself!) has been
forcibly ejected.
=item *
public
The "public" event is triggered upon receipt of a PRIVMSG message to an entire
channel, which means that someone on a channel with the client has said
something aloud.
=item *
msg
The "msg" event is triggered upon receipt of a PRIVMSG message which is
addressed to one or more clients, which means that someone is sending the
client a private message. (Duh. :-)
=item *
notice
The "notice" event is triggered upon receipt of a NOTICE message, which means
that someone has sent the client a public or private notice. (Is that
sufficiently vague?)
=item *
ping
The "ping" event is triggered upon receipt of a PING message, which means that
the IRC server is querying the client to see if it's alive. Don't confuse this
with CTCP PINGs, explained later.
=item *
other
The "other" event is triggered upon receipt of any number of unclassifiable
miscellaneous messages, but you're not likely to see it often.
=item *
invite
The "invite" event is triggered upon receipt of an INVITE message, which means
that someone is permitting the client's entry into a +i channel.
=item *
kill
The "kill" event is triggered upon receipt of a KILL message, which means that
an IRC operator has just booted your sorry arse offline. Seeya!
=item *
disconnect
The "disconnect" event is triggered when the client loses its
connection to the IRC server it's talking to. Don't confuse it with
the "leaving" event. (See below.)
=item *
leaving
The "leaving" event is triggered just before the client deliberately
closes a connection to an IRC server, in case you want to do anything
special before you sign off.
=item *
umode
The "umode" event is triggered when the client changes its personal mode flags.
=item *
error
The "error" event is triggered when the IRC server complains to you about
anything. Sort of the evil twin to the "other" event, actually.
=back
=head2 CTCP Requests
=over
=item *
cping
The "cping" event is triggered when the client receives a CTCP PING request
from another user. See the irctest script for an example of how to properly
respond to this common request.
=item *
cversion
The "cversion" event is triggered when the client receives a CTCP VERSION
request from another client, asking for version info about its IRC client
program.
=item *
csource
The "csource" event is triggered when the client receives a CTCP SOURCE
request from another client, asking where it can find the source to its
IRC client program.
=item *
ctime
The "ctime" event is triggered when the client receives a CTCP TIME
request from another client, asking for the local time at its end.
=item *
cdcc
The "cdcc" event is triggered when the client receives a DCC request of any
sort from another client, attempting to establish a DCC connection.
=item *
cuserinfo
The "cuserinfo" event is triggered when the client receives a CTCP USERINFO
request from another client, asking for personal information from the client's
user.
=item *
cclientinfo
The "cclientinfo" event is triggered when the client receives a CTCP CLIENTINFO
request from another client, asking for whatever the hell "clientinfo" means.
=item *
cerrmsg
The "cerrmsg" event is triggered when the client receives a CTCP ERRMSG
request from another client, notifying it of a protocol error in a preceding
CTCP communication.
=item *
cfinger
The "cfinger" event is triggered when the client receives a CTCP FINGER
request from another client. How to respond to this should best be left up
to your own moral stance.
=item *
caction
The "caction" event is triggered when the client receives a CTCP ACTION
message from another client. I should hope you're getting the hang of how
Net::IRC handles CTCP requests by now...
=back
=head2 CTCP Responses
=over
=item *
crping
The "crping" event is triggered when the client receives a CTCP PING response
from another user. See the irctest script for an example of how to properly
respond to this common event.
=item *
crversion
The "crversion" event is triggered when the client receives a CTCP VERSION
response from another client.
=item *
crsource
The "crsource" event is triggered when the client receives a CTCP SOURCE
response from another client.
=item *
crtime
The "crtime" event is triggered when the client receives a CTCP TIME
response from another client.
=item *
cruserinfo
The "cruserinfo" event is triggered when the client receives a CTCP USERINFO
response from another client.
=item *
crclientinfo
The "crclientinfo" event is triggered when the client receives a CTCP
CLIENTINFO response from another client.
=item *
crfinger
The "crfinger" event is triggered when the client receives a CTCP FINGER
response from another client. I'm not even going to consider making a joke
about this one.
=back
=head2 DCC Events
=over
=item *
dcc_open
The "dcc_open" event is triggered when a DCC connection is established between
the client and another client.
=item *
dcc_update
The "dcc_update" event is triggered when any data flows over a DCC connection.
Useful for doing things like monitoring file transfer progress, for instance.
=item *
dcc_close
The "dcc_close" event is triggered when a DCC connection closes, whether from
an error or from natural causes.
=item *
chat
The "chat" event is triggered when the person on the other end of a DCC CHAT
connection sends you a message. Think of it as the private equivalent of "msg",
if you will.
=back
=head2 Numeric Events
=over
=item *
There's a whole lot of them, and they're well-described elsewhere. Please see
the IRC RFC (1495, at http://cs-ftp.bu.edu/pub/irc/support/IRC_RFC ) for a
detailed description, or the Net::IRC::Event.pm source code for a quick list.
=back
=head1 AUTHORS
Conceived and initially developed by Greg Bacon E<lt>gbacon@adtran.comE<gt> and
Dennis Taylor E<lt>dennis@funkplanet.comE<gt>.
Ideas and large amounts of code donated by Nat "King" Torkington E<lt>gnat@frii.comE<gt>.
Currently being hacked on, hacked up, and worked over by the members of the
Net::IRC developers mailing list. For details, see
http://www.execpc.com/~corbeau/irc/list.html .
=head1 URL
Up-to-date source and information about the Net::IRC project can be found at
http://netirc.betterbox.net/ .
=head1 SEE ALSO
=over
=item *
perl(1).
=item *
RFC 1459: The Internet Relay Chat Protocol
=item *
http://www.irchelp.org/, home of fine IRC resources.
=back
=cut
|