Changeset 6798

Show
Ignore:
Timestamp:
02/17/08 10:53:32 (5 years ago)
Author:
tokuhirom
Message:

added docs.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/mobirc/trunk/lib/App/Mobirc.pm

    r6781 r6798  
    121121 
    122122mobirc is a pluggable IRC to HTTP gateway for mobile phones. 
     123 
     124=head1 METHODS 
     125 
     126=over 4 
     127 
     128=item context 
     129 
     130get a context object 
     131 
     132=item new 
     133 
     134create a instance of context object. 
     135 
     136=item load_plugins 
     137 
     138load plugins 
     139 
     140=item config 
     141 
     142get a global configuration 
     143 
     144=item run 
     145 
     146run server 
     147 
     148=item register_hook 
     149 
     150register hook 
     151 
     152=item get_hook_codes 
     153 
     154get hook codes 
     155 
     156=item add_channel 
     157 
     158register channel object 
     159 
     160=item channels 
     161 
     162get a channel objects. 
     163 
     164=item get_channel 
     165 
     166get a channel 
     167 
     168=item delete_channel 
     169 
     170delete channel 
     171 
     172=back 
    123173 
    124174=head1 CODE COVERAGE