diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/ns_group.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/core/ns_group.c b/src/core/ns_group.c index 29e5d44f4..4a31eb988 100644 --- a/src/core/ns_group.c +++ b/src/core/ns_group.c @@ -213,16 +213,6 @@ int do_group(User * u) u->na = na; na->u = u; -#ifdef USE_RDB - /* Is this really needed? Since this is a new alias it will get - * its unique id on the next update, since it was previously - * deleted by delnick. Must observe... - */ - if (rdb_open()) { - rdb_save_ns_alias(na); - rdb_close(); - } -#endif send_event(EVENT_GROUP, 1, u->nick); alog("%s: %s!%s@%s makes %s join group of %s (%s) (e-mail: %s)", s_NickServ, u->nick, u->username, u->host, u->nick, target->nick, target->nc->display, (target->nc->email ? target->nc->email : "none")); notice_lang(s_NickServ, u, NICK_GROUP_JOINED, target->nick); |