Changeset 23946
- Timestamp:
- 11/17/08 19:52:10 (5 years ago)
- Location:
- lang/perl/Morris/trunk/lib/Morris
- Files:
-
- 1 added
- 1 modified
-
Connection.pm (modified) (2 diffs)
-
Plugin/Channel/PeekURL.pm (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Morris/trunk/lib/Morris/Connection.pm
r19289 r23946 280 280 } 281 281 282 sub irc_privmsg 283 { 282 sub irc_privmsg { 284 283 my ($self, $args) = @_; 285 284 … … 289 288 } 290 289 290 sub irc_notice { 291 my ($self, $args) = @_; 292 293 my $irc = $self->irc; 294 295 $irc->yield( notice => $args->{channel} => $args->{message} ); 296 } 297 291 298 1;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)