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.4 by root, Thu Aug 3 11:23:58 2006 UTC vs.
Revision 1.5 by elmex, Mon Aug 14 04:19:28 2006 UTC

9my $BOTCHAN = '#cf'; 9my $BOTCHAN = '#cf';
10 10
11my $CON; # the connection 11my $CON; # the connection
12 12
13sub on_unload { 13sub on_unload {
14 $CON->disconnect; 14 $CON->disconnect if $CON;
15 undef $CON; 15 undef $CON;
16} 16}
17 17
18sub do_notice { 18sub do_notice {
19 my ($msg) = @_; 19 my ($msg) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines