Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm

    re322b7c r661d2eb  
    5151            sub { shift; $self->on_msg(@_) });
    5252    $self->conn->add_handler(['welcome', 'yourhost', 'created',
    53             'luserclient', 'luserop', 'luserchannels', 'luserme',
    54             'notice', 'error'],
     53                              'luserclient', 'luserop', 'luserchannels', 'luserme',
     54                              'error'],
    5555            sub { shift; $self->on_admin_msg(@_) });
    5656    $self->conn->add_handler(['myinfo', 'map', 'n_local', 'n_global',
Note: See TracChangeset for help on using the changeset viewer.