Changeset 6550
- Timestamp:
- 02/11/08 16:07:34 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/POE-Component-Client-Nowa/trunk/bin/nowa2ircd.pl
r6549 r6550 212 212 213 213 my $nick = ( $user =~ m/^(.*)!/)[0]; 214 $heap->{nowa}->yield(update => "$channel $text"); 214 unless ($channel eq $conf->{channel}) { 215 $text = "$channel $text"; 216 } 217 $heap->{nowa}->yield(update => $text); 215 218 } 216 219
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)