summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-09-28 18:23:04 -0400
committerAdam <Adam@anope.org>2010-09-28 18:23:04 -0400
commitb92711dc15166b91f042e7bba6af395f82a91f07 (patch)
tree3a51c6447c99dc47b4883328e90f557d33603f75 /src
parente990259d6dc53ed33cc3153ca6ad39db3ad51db2 (diff)
Fixed bug #1194 - Fixed /nickserv group to use nicktracking if enabled
Diffstat (limited to 'src')
-rw-r--r--src/core/ns_group.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/ns_group.c b/src/core/ns_group.c
index d67dad603..ff43aef65 100644
--- a/src/core/ns_group.c
+++ b/src/core/ns_group.c
@@ -252,6 +252,10 @@ int do_group(User * u)
}
check_memos(u);
+
+ /* Enable nick tracking if enabled */
+ if (NSNickTracking)
+ nsStartNickTracking(u);
} else {
alog("%s: makealias(%s) failed", s_NickServ, u->nick);
notice_lang(s_NickServ, u, NICK_GROUP_FAILED);