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

Comparing deliantra/server/ext/irc.ext (file contents):
Revision 1.8 by elmex, Wed Nov 7 13:35:32 2007 UTC vs.
Revision 1.9 by root, Wed Nov 14 08:09:46 2007 UTC

105 0; 105 0;
106 } 106 }
107 ); 107 );
108} 108}
109 109
110Event->timer ( 110our $RECONNECT = cf::periodic 30, Coro::unblock_sub {
111 reentrant => 0, 111 check_connection;
112 after => 1, 112};
113 interval => 30,
114 data => cf::WF_AUTOCANCEL,
115 cb => Coro::unblock_sub { check_connection },
116);
117 113

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines