summaryrefslogtreecommitdiff
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
parente990259d6dc53ed33cc3153ca6ad39db3ad51db2 (diff)
Fixed bug #1194 - Fixed /nickserv group to use nicktracking if enabled
-rw-r--r--src/core/ns_group.c4
-rw-r--r--version.log3
2 files changed, 6 insertions, 1 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);
diff --git a/version.log b/version.log
index aac1588ac..5dcd4afa4 100644
--- a/version.log
+++ b/version.log
@@ -8,9 +8,10 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="5"
VERSION_EXTRA="-git"
-VERSION_BUILD="3041"
+VERSION_BUILD="3042"
# $Log$ # Changes since 1.8.5 Release
+#Revision 3042 - Fixed /nickserv group to use nicktracking if enabled
#Revision 3041 - Rewrote the mail forking code to use pipes, sometimes mails wouldn't work with the old method
#Revision 3040 - Fixed configure failing on some systems which have a partial MySQL installation
#Revision 3039 - Fixed db-merger handling some hostserv collisions