Skip to content

Commit

Permalink
Make these headings easier to link to
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Apr 28, 2011
1 parent 2144b2e commit 19b1b75
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions README.pod
Expand Up @@ -762,12 +762,13 @@ channel. Takes at least 2 arguments: a channel name, the nick of the
user to boot, and an optional witty message to show them as they sail
out the door.

=head3 C<remove> (FreeNode only)
=head3 C<remove>

Tell the IRC server to forcibly evict a user from a particular
channel. Takes at least 2 arguments: a channel name, the nick of the
user to boot, and an optional witty message to show them as they sail
out the door. Similar to KICK but does an enforced PART instead.
out the door. Similar to KICK but does an enforced PART instead. Not
supported by all servers.

=head3 C<mode>

Expand All @@ -784,9 +785,10 @@ the details anyhow.
Allows you to change your nickname. Takes exactly one argument: the
new username that you'd like to be known as.

=head3 C<nickserv> (FreeNode, ratbox, et al)
=head3 C<nickserv>

Talks to NickServ. Takes any number of arguments.
Talks to NickServ, on networks which have it. Takes any number of
arguments.

=head3 C<notice>

Expand Down
10 changes: 6 additions & 4 deletions lib/POE/Component/IRC.pm
Expand Up @@ -2197,12 +2197,13 @@ channel. Takes at least 2 arguments: a channel name, the nick of the
user to boot, and an optional witty message to show them as they sail
out the door.
=head3 C<remove> (FreeNode only)
=head3 C<remove>
Tell the IRC server to forcibly evict a user from a particular
channel. Takes at least 2 arguments: a channel name, the nick of the
user to boot, and an optional witty message to show them as they sail
out the door. Similar to KICK but does an enforced PART instead.
out the door. Similar to KICK but does an enforced PART instead. Not
supported by all servers.
=head3 C<mode>
Expand All @@ -2219,9 +2220,10 @@ the details anyhow.
Allows you to change your nickname. Takes exactly one argument: the
new username that you'd like to be known as.
=head3 C<nickserv> (FreeNode, ratbox, et al)
=head3 C<nickserv>
Talks to NickServ. Takes any number of arguments.
Talks to NickServ, on networks which have it. Takes any number of
arguments.
=head3 C<notice>
Expand Down

0 comments on commit 19b1b75

Please sign in to comment.