Author: nornagon Date: 2005-11-09 23:58:24 -0500 (Wed, 09 Nov 2005) New Revision: 914
Modified: trunk/docs/manual/introduction.texi trunk/docs/spec/lib/Haver/Spec.pod Log: Minor spelling/typo fixes, updated Spec.pod to reflect behaviour of the current perl server Modified: trunk/docs/manual/introduction.texi =================================================================== --- trunk/docs/manual/introduction.texi 2005-08-30 00:43:22 UTC (rev 913) +++ trunk/docs/manual/introduction.texi 2005-11-10 04:58:24 UTC (rev 914) @@ -54,8 +54,8 @@ Users are representations of either real people, chatbots, or GreenReaper. -Services are privledged clients that may add new protocol commands, add new virtual users -called agents, and allow different forms of server linking. +Services are privileged clients that may add new protocol commands, add new +virtual users called agents, and allow different forms of server linking. @node Channels @section Channels Modified: trunk/docs/spec/lib/Haver/Spec.pod =================================================================== --- trunk/docs/spec/lib/Haver/Spec.pod 2005-08-30 00:43:22 UTC (rev 913) +++ trunk/docs/spec/lib/Haver/Spec.pod 2005-11-10 04:58:24 UTC (rev 914) @@ -44,13 +44,13 @@ C: IN $channel $type @args S: IN $channel $user $type @args -Private messages (a message sent ot a select group of users) +Private messages (a message sent to a select group of users) C: TO $users $type @args S: FROM $users $type @args -Clients must use any word (C</^\w+$/>) for $type, +Clients may use any string (C</^[^\t]+$/>) for $type, but it is typically "do" or "say".
