From 6d0e9d932618d2ced840942185dd2333ec0d564e Mon Sep 17 00:00:00 2001 From: Paolo Capriotti Date: Sat, 19 Jun 2010 11:32:42 +0100 Subject: [PATCH] More documentation for the MatchHandler class. --- lib/plugins/ics/lib/match_handler.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/plugins/ics/lib/match_handler.rb b/lib/plugins/ics/lib/match_handler.rb index e3fc0ed..3fb7c69 100644 --- a/lib/plugins/ics/lib/match_handler.rb +++ b/lib/plugins/ics/lib/match_handler.rb @@ -10,7 +10,12 @@ require_bundle 'ics', 'icsplayer' module ICS -# Handler for ICS games +# +# Handler for ICS games. +# +# Responds to ICS protocol events creating and updating matches. +# Matches are stored in the @matches instance variable. It is possible to +# have more than one match running on FICS because of the observe feature. # class MatchHandler include Observer -- 2.11.4.GIT