diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-09-10 15:53:17 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-09-10 15:53:17 +0000 |
commit | 3d5e804ca1753cf564c5581bb0611c1a709be078 (patch) | |
tree | 5e3296ff171d764340701fe2e2a79daa9eec843b /src | |
parent | 651507491dfd14f4b9843a62557655e5d0a89992 (diff) |
BUILD : 1.7.15 (1147) BUGS : 587 NOTES : Fixed missing help for /ns SET AUTOOP
git-svn-id: svn://svn.anope.org/anope/trunk@1147 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@870 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-rw-r--r-- | src/core/ns_set.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/ns_set.c b/src/core/ns_set.c index 4908cce8c..41a8424ca 100644 --- a/src/core/ns_set.c +++ b/src/core/ns_set.c @@ -83,6 +83,9 @@ int AnopeInit(int argc, char **argv) c = createCommand("SET HIDE", NULL, NULL, NICK_HELP_SET_HIDE, -1, -1, -1, -1); moduleAddCommand(NICKSERV, c, MOD_UNIQUE); + c = createCommand("SET AUTOOP", NULL, NULL, NICK_HELP_SET_AUTOOP, -1, -1, + -1, -1); + moduleAddCommand(NICKSERV, c, MOD_UNIQUE); moduleSetNickHelp(myNickServHelp); |