aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-05-28 08:50:36 -0400
committerZoffix Znet <cpan@zoffix.com>2016-05-28 08:50:36 -0400
commitab045633ba628734721b731dada076d0c4d23dfb (patch)
treecfecd085ae22f49032aff8213d07127c33b168c6
parent07c63345e6f04f8175baa88e7755a4b9e0a0d000 (diff)
Write stuff
-rw-r--r--DESIGN/01-main.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/DESIGN/01-main.md b/DESIGN/01-main.md
index cf12f8f..bfe54a4 100644
--- a/DESIGN/01-main.md
+++ b/DESIGN/01-main.md
@@ -60,7 +60,7 @@
# PURPOSE
-The purpose of IRC::Client is to provide serve as a fully-functional IRC
+The purpose of IRC::Client is to serve as a fully-functional IRC
client that--unlike programs like HexChat or mIRC--provide a programmatic
interface to IRC. So, for example, to send a message to a channel, instead
of typing a message in a message box and pressing ENTER, a method is called
@@ -119,7 +119,7 @@ manipulate its state, such as disconnecting, joining or parting a channel,
or sending messages.
A program may have multiple Client Objects, but each of them can be connected
-only to one IRC server.
+only to one IRC server. The client object provides these methods:
## `.irc` (access from inside a plugin)