Changeset cd12307 for perl/modules
- Timestamp:
- Dec 16, 2009, 2:11:54 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- f81176c
- Parents:
- 3b4ba7d
- git-author:
- Alex Vandiver <alexmv@mit.edu> (12/15/09 02:12:18)
- git-committer:
- Alex Vandiver <alexmv@mit.edu> (12/16/09 14:11:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/modules/IRC/lib/BarnOwl/Module/IRC.pm
r3b4ba7d rcd12307 52 52 'often use for pithy quotes and URLs.' 53 53 }); 54 54 55 55 BarnOwl::new_variable_bool('irc:spew', { 56 56 default => 0, 57 57 summary => 'Show unhandled IRC events', 58 58 description => 'If set, display all unrecognized IRC events as ' . 59 'admin messages. Intended for debugging and development use only 59 'admin messages. Intended for debugging and development use only.' 60 60 }); 61 61 … … 132 132 usage => 133 133 'irc-connect [-a ALIAS ] [-s] [-p PASSWORD] [-n NICK] SERVER [port]', 134 description => 135 136 <<END_DESCR 137 Connect to an IRC server. Supported options are 134 description => <<END_DESCR 135 Connect to an IRC server. Supported options are: 138 136 139 137 -a <alias> Define an alias for this server … … 173 171 174 172 description => <<END_DESCR 175 Send an IRC message 173 Send an IRC message. 176 174 END_DESCR 177 175 } … … 185 183 186 184 description => <<END_DESCR 187 188 185 Change the mode of an IRC user or channel. 189 186 END_DESCR … … 198 195 199 196 description => <<END_DESCR 200 201 197 Join an IRC channel. 202 198 END_DESCR … … 211 207 212 208 description => <<END_DESCR 213 214 209 Part from an IRC channel. 215 210 END_DESCR … … 224 219 225 220 description => <<END_DESCR 226 227 221 Set your IRC nickname on an existing connect. To change it prior to 228 222 connecting, adjust the `irc:nick' variable. … … 238 232 239 233 description => <<END_DESCR 240 241 234 `irc-names' displays the list of users in a given channel in a pop-up 242 235 window. … … 252 245 253 246 description => <<END_DESCR 254 255 247 Pops up information about a given IRC user. 256 248 END_DESCR … … 265 257 266 258 description => <<END_DESCR 267 268 259 Displays an IRC server's message of the day. 269 260 END_DESCR … … 278 269 279 270 description => <<END_DESCR 280 281 271 Show all the currently active IRC connections with their aliases and 282 272 server names. … … 295 285 296 286 description => <<END_DESCR 297 298 287 Without extra arguments, fetches and displays a given channel's topic. 299 288 … … 311 300 312 301 description => <<END_DESCR 313 314 302 Send a raw command line to an IRC server. 315 303
Note: See TracChangeset
for help on using the changeset viewer.