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.6 by root, Fri Aug 18 04:06:31 2006 UTC vs.
Revision 1.7 by elmex, Mon Aug 21 01:58:24 2006 UTC

15 undef $CON; 15 undef $CON;
16} 16}
17 17
18sub do_notice { 18sub do_notice {
19 my ($msg) = @_; 19 my ($msg) = @_;
20 $CON->send_chan ($BOTCHAN, NOTICE => $msg, $BOTCHAN); 20 $CON->send_chan ($BOTCHAN, NOTICE => $msg, $BOTCHAN)
21 if $CON;
21} 22}
22 23
23sub check_connection { 24sub check_connection {
24 return if $CON; 25 return if $CON;
25 26

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines