summaryrefslogtreecommitdiff
path: root/docs/MODULES
diff options
context:
space:
mode:
authorribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b <ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-06-09 22:50:49 +0000
committerribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b <ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-06-09 22:50:49 +0000
commitea7a35e3de1caa62370eb1b2f849145c1bd04f45 (patch)
treee1d06e1bc45ee782827d8fd6c2de722f9d729991 /docs/MODULES
parent5dacdbe497bd7641ea625659eb47a7909d442801 (diff)
BUILD : 1.7.3 (181) BUGS : 87 NOTES : Fixed several spelling and typing errors in the examples and docs. Thanks to GD for assisting corrections.
git-svn-id: svn://svn.anope.org/anope/trunk@181 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@126 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'docs/MODULES')
-rw-r--r--docs/MODULES6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/MODULES b/docs/MODULES
index 84467cc92..114d0330c 100644
--- a/docs/MODULES
+++ b/docs/MODULES
@@ -67,18 +67,18 @@ Example:
* Note that the name of the module file is "hs_moo.c", yet we load
and reference the module as "hs_moo" only. By naming convention
- modules have an abreviated service name they attach to (hs_ for
+ modules have an abbreviated service name they attach to (hs_ for
HostServ, cs_ for ChanServ, etc) followed by a descriptive keyword.
More Modules:
- Anope ships with two sample modules that only ilustrates some of the
+ Anope ships with two sample modules that only illustrates some of the
implemented module capabilities. They don't really do much or anything
useful.
You can download more useful modules from http://www.anope.org/ or from
our interim modules development website http://modules.anope.org/. Just
- grab the module file (usualy with a .c extension). Place the module
+ grab the module file (usually with a .c extension). Place the module
file on your compile "modules" folder. The same folder that contain both
hs_moo.c and catserv.c module files.