Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Feb 3, 2008
1 parent 7a1827c commit 6fe6df4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/POE/Component/IRC/State.pm
Expand Up @@ -22,6 +22,7 @@ $VERSION = '2.46';
# Event handlers for tracking the STATE. $self->{STATE} is used as our namespace.
# u_irc() is used to create unique keys.

# RPL_WELCOME
# Make sure we have a clean STATE when we first join the network and if we inadvertently get disconnected
sub S_001 {
my $self = shift;
Expand Down Expand Up @@ -222,6 +223,7 @@ sub S_chan_mode {
return PCI_EAT_NONE;
}

# RPL_UMODEIS
sub S_221 {
my ($self,$irc) = splice @_, 0, 2;
my $mode = ${ $_[1] };
Expand Down

0 comments on commit 6fe6df4

Please sign in to comment.