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.9 by pippijn, Sun Sep 17 22:48:03 2006 UTC vs.
Revision 1.10 by pippijn, Sun Sep 17 22:53:35 2006 UTC

3use Time::HiRes; 3use Time::HiRes;
4use Net::IRC3::Client::Connection; 4use Net::IRC3::Client::Connection;
5 5
6my $BOTSERVER = 'localhost'; 6my $BOTSERVER = 'localhost';
7my $BOTPORT = '6667'; 7my $BOTPORT = '6667';
8my $BOTNAME = 'cfbot2'; 8my $BOTNAME = 'cfbot';
9my $BOTCHAN = '#cf'; 9my $BOTCHAN = '#cf';
10 10
11my $CON; # the connection 11my $CON; # the connection
12 12
13sub unload { 13sub unload {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines