Ignore:
Timestamp:
Dec 16, 2009, 2:11:54 PM (14 years ago)
Author:
Alex Vandiver <alexmv@mit.edu>
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)
Message:
Minor space and formatting nitpicks
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/modules/IRC/lib/BarnOwl/Module/IRC.pm

    r3b4ba7d rcd12307  
    5252        'often use for pithy quotes and URLs.'
    5353       });
    54    
     54
    5555    BarnOwl::new_variable_bool('irc:spew', {
    5656        default     => 0,
    5757        summary     => 'Show unhandled IRC events',
    5858        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.'
    6060       });
    6161   
     
    132132            usage =>
    133133'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
     135Connect to an IRC server. Supported options are:
    138136
    139137 -a <alias>          Define an alias for this server
     
    173171
    174172            description => <<END_DESCR
    175 Send an IRC message
     173Send an IRC message.
    176174END_DESCR
    177175        }
     
    185183
    186184            description => <<END_DESCR
    187 
    188185Change the mode of an IRC user or channel.
    189186END_DESCR
     
    198195
    199196            description => <<END_DESCR
    200 
    201197Join an IRC channel.
    202198END_DESCR
     
    211207
    212208            description => <<END_DESCR
    213 
    214209Part from an IRC channel.
    215210END_DESCR
     
    224219
    225220            description => <<END_DESCR
    226 
    227221Set your IRC nickname on an existing connect. To change it prior to
    228222connecting, adjust the `irc:nick' variable.
     
    238232
    239233            description => <<END_DESCR
    240 
    241234`irc-names' displays the list of users in a given channel in a pop-up
    242235window.
     
    252245
    253246            description => <<END_DESCR
    254 
    255247Pops up information about a given IRC user.
    256248END_DESCR
     
    265257
    266258            description => <<END_DESCR
    267 
    268259Displays an IRC server's message of the day.
    269260END_DESCR
     
    278269
    279270            description => <<END_DESCR
    280 
    281271Show all the currently active IRC connections with their aliases and
    282272server names.
     
    295285
    296286            description => <<END_DESCR
    297 
    298287Without extra arguments, fetches and displays a given channel's topic.
    299288
     
    311300
    312301            description => <<END_DESCR
    313 
    314302Send a raw command line to an IRC server.
    315303
Note: See TracChangeset for help on using the changeset viewer.