From 667cf5f30f4de17bb33d07fc4aa1f9e235fd8961 Mon Sep 17 00:00:00 2001 From: "Robin Burchell w00t@inspircd.org" Date: Mon, 3 Nov 2008 23:20:40 +0000 Subject: [PATCH] Correct some docs. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1530 5417fbe8-f217-4b02-8779-1006273d7864 --- include/services.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */