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.2 by root, Sun Jan 7 02:39:14 2007 UTC vs.
Revision 1.3 by root, Sun Jan 21 21:28:27 2007 UTC

97 0; 97 0;
98 } 98 }
99 ); 99 );
100} 100}
101 101
102Event->timer (after => 1, interval => 30, data => cf::WF_AUTOCANCEL, cb => \&check_connection); 102Event->timer (
103 reentrant => 0,
104 after => 1,
105 interval => 30,
106 data => cf::WF_AUTOCANCEL,
107 cb => \&check_connection,
108);
103 109

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines