Changeset 9d59118 for perl/modules/IRC/lib/BarnOwl/Module
- Timestamp:
- Mar 6, 2008, 3:29:18 PM (17 years ago)
- Branches:
- master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 5577606
- Parents:
- 2d4ff14 (diff), 9815e2e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm
re322b7c r661d2eb 51 51 sub { shift; $self->on_msg(@_) }); 52 52 $self->conn->add_handler(['welcome', 'yourhost', 'created', 53 'luserclient', 'luserop', 'luserchannels', 'luserme',54 'notice','error'],53 'luserclient', 'luserop', 'luserchannels', 'luserme', 54 'error'], 55 55 sub { shift; $self->on_admin_msg(@_) }); 56 56 $self->conn->add_handler(['myinfo', 'map', 'n_local', 'n_global',
Note: See TracChangeset
for help on using the changeset viewer.