summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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