aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-01-03 12:08:37 -0500
committerZoffix Znet <cpan@zoffix.com>2016-01-03 12:08:37 -0500
commit5db14568632b4332dff496cf892535dc63d7561b (patch)
treed8ce68ff5dd757613db668636cf4dabedddd0582 /README.md
parentd7f602413382660a58d14cc78e666e7f3c4b87bf (diff)
Add .notice method
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 69f98cf..9960049 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,7 @@ IRC::Client - Extendable Internet Relay Chat client
- [METHODS FOR PLUGINS](#methods-for-plugins)
- [`.ssay`](#ssay)
- [`.privmsg`](#privmsg)
+ - [`.notice`](#notice)
- [INCLUDED PLUGINS](#included-plugins)
- [IRC::Client::Plugin::Debugger](#ircclientplugindebugger)
- [IRC::Client::Plugin::PingPong](#ircclientpluginpingpong)
@@ -281,6 +282,14 @@ Sends a message to the server, automatically appending `\r\n`. Mnemonic:
Sends a `PRIVMSG` message specified in the second argument
to the user/channel specified as the first argument.
+## `.notice`
+
+```perl6
+ $irc.notice( 'Zoffix', 'Hallo!' );
+```
+Sends a `NOTICE` message specified in the second argument
+to the user/channel specified as the first argument.
+
# INCLUDED PLUGINS
Currently, this distribution comes with two IRC Client plugins: