ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/maps/perl/schmorp-irc.ext
(Generate patch)

Comparing deliantra/maps/perl/schmorp-irc.ext (file contents):
Revision 1.5 by elmex, Mon Aug 14 04:19:28 2006 UTC vs.
Revision 1.6 by root, Fri Aug 18 04:06:31 2006 UTC

1#! perl 1#! perl
2 2
3use Time::HiRes; 3use Time::HiRes;
4use Net::IRC3::Client::Connection; 4use Net::IRC3::Client::Connection;
5 5
6my $BOTSERVER = 'irc.plan9.de'; 6my $BOTSERVER = 'localhost';
7my $BOTPORT = '6667'; 7my $BOTPORT = '6667';
8my $BOTNAME = 'cfbot'; 8my $BOTNAME = 'cfbot';
9my $BOTCHAN = '#cf'; 9my $BOTCHAN = '#cf';
10 10
11my $CON; # the connection 11my $CON; # the connection

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines