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

Comparing deliantra/server/ext/schmorp-irc.ext (file contents):
Revision 1.4 by root, Wed Jan 24 16:29:10 2007 UTC vs.
Revision 1.5 by elmex, Fri Feb 9 23:32:13 2007 UTC

91 }, 91 },
92# registered => sub { 92# registered => sub {
93# 1; 93# 1;
94# }, 94# },
95 disconnect => sub { 95 disconnect => sub {
96 my ($con, $reason) = @_;
97 warn "CFBOT: disconnect: $reason\n";
96 undef $CON; 98 undef $CON;
97 0; 99 0;
98 } 100 }
99 ); 101 );
100} 102}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines