Changeset 6798
- Timestamp:
- 02/17/08 10:53:32 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/mobirc/trunk/lib/App/Mobirc.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/mobirc/trunk/lib/App/Mobirc.pm
r6781 r6798 121 121 122 122 mobirc is a pluggable IRC to HTTP gateway for mobile phones. 123 124 =head1 METHODS 125 126 =over 4 127 128 =item context 129 130 get a context object 131 132 =item new 133 134 create a instance of context object. 135 136 =item load_plugins 137 138 load plugins 139 140 =item config 141 142 get a global configuration 143 144 =item run 145 146 run server 147 148 =item register_hook 149 150 register hook 151 152 =item get_hook_codes 153 154 get hook codes 155 156 =item add_channel 157 158 register channel object 159 160 =item channels 161 162 get a channel objects. 163 164 =item get_channel 165 166 get a channel 167 168 =item delete_channel 169 170 delete channel 171 172 =back 123 173 124 174 =head1 CODE COVERAGE
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)