summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-03 23:20:40 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-03 23:20:40 +0000
commit667cf5f30f4de17bb33d07fc4aa1f9e235fd8961 (patch)
tree5dabf77d05ddc09338765d4723bacdbcb8b0821a
parent87749d06dd16879c10aad4824eb7d439692d9783 (diff)
Correct some docs.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1530 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--include/services.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/services.h b/include/services.h
index ae3d4b6dd..691252778 100644
--- a/include/services.h
+++ b/include/services.h
@@ -237,7 +237,7 @@ typedef struct ircdvars_ IRCDVar;
typedef struct ircdcapab_ IRCDCAPAB;
struct ircdvars_ {
- const char *name; /* Name of the ChanServ command */
+ const char *name; /* Name of the IRCd command */
const char *nickservmode; /* Mode used by NickServ */
const char *chanservmode; /* Mode used by ChanServ */
const char *memoservmode; /* Mode used by MemoServ */