From 19b1b7567c7d3d2f69200bf26d2b611f1b5042df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hinrik=20=C3=96rn=20Sigur=C3=B0sson?= Date: Thu, 28 Apr 2011 22:37:55 +0000 Subject: [PATCH] Make these headings easier to link to --- README.pod | 10 ++++++---- lib/POE/Component/IRC.pm | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/README.pod b/README.pod index 247e93c0..55e8f5b1 100644 --- a/README.pod +++ b/README.pod @@ -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 (FreeNode only) +=head3 C 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 @@ -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 (FreeNode, ratbox, et al) +=head3 C -Talks to NickServ. Takes any number of arguments. +Talks to NickServ, on networks which have it. Takes any number of +arguments. =head3 C diff --git a/lib/POE/Component/IRC.pm b/lib/POE/Component/IRC.pm index 9a10a1d5..dedc0c5e 100644 --- a/lib/POE/Component/IRC.pm +++ b/lib/POE/Component/IRC.pm @@ -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 (FreeNode only) +=head3 C 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 @@ -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 (FreeNode, ratbox, et al) +=head3 C -Talks to NickServ. Takes any number of arguments. +Talks to NickServ, on networks which have it. Takes any number of +arguments. =head3 C