From 5db14568632b4332dff496cf892535dc63d7561b Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Sun, 3 Jan 2016 12:08:37 -0500 Subject: Add .notice method --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') 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: -- cgit v1.1