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

Comparing deliantra/server/ext/schmorplog.ext (file contents):
Revision 1.9 by root, Sat May 19 11:04:16 2007 UTC vs.
Revision 1.10 by root, Mon Jun 11 22:18:03 2007 UTC

1#! perl 1#! perl # depends=irc
2 2
3our $UPDATE_LOGINS = Event->idle (repeat => 0, min => 1, data => cf::WF_AUTOCANCEL, cb => Coro::unblock_sub { 3our $UPDATE_LOGINS = Event->idle (repeat => 0, min => 1, data => cf::WF_AUTOCANCEL, cb => Coro::unblock_sub {
4 my ($status, @pl) = ext::commands::who_listing; 4 my ($status, @pl) = ext::commands::who_listing;
5 5
6 #TODO: write files asynchronously 6 #TODO: write files asynchronously

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines