Changeset 11636 for lang/perl/XIRCD/trunk/lib/XIRCD/Server.pm
- Timestamp:
- 05/15/08 18:46:42 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/XIRCD/trunk/lib/XIRCD/Server.pm (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/XIRCD/trunk/lib/XIRCD/Server.pm
r11630 r11636 32 32 33 33 sub debug(@) { ## no critic. 34 print @_ if $ENV{XIRCD_DEBUG};34 print @_, "\n\n" if $ENV{XIRCD_DEBUG}; 35 35 } 36 36 … … 44 44 $self->alias('ircd'); 45 45 46 debug "start irc \n\n";46 debug "start irc"; 47 47 48 48 $self->config->{servername} ||= 'xircd.ircd'; … … 74 74 my ($nick, $channel, $message) = get_args(@_); 75 75 76 debug "publish to irc: [$channel] $nick : $message \n\n";76 debug "publish to irc: [$channel] $nick : $message"; 77 77 78 78 $self->nicknames->{$channel} ||= {}; … … 93 93 my ($channel, $message) = get_args(@_); 94 94 95 debug "notice to irc: [$channel] $message \n\n";95 debug "notice to irc: [$channel] $message"; 96 96 97 97 #$message = encode( $self->config->{client_encoding}, $message );
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)