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.7 by elmex, Mon Aug 21 01:58:24 2006 UTC vs.
Revision 1.8 by root, Fri Aug 25 17:08:20 2006 UTC

8my $BOTNAME = 'cfbot'; 8my $BOTNAME = 'cfbot';
9my $BOTCHAN = '#cf'; 9my $BOTCHAN = '#cf';
10 10
11my $CON; # the connection 11my $CON; # the connection
12 12
13sub on_unload { 13sub unload {
14 $CON->disconnect if $CON; 14 $CON->disconnect if $CON;
15 undef $CON; 15 undef $CON;
16} 16}
17 17
18sub do_notice { 18sub do_notice {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines