Automated merge with ssh://shadowircd/uranium/shadowircd/
This commit is contained in:
commit
7ab1bb39ab
|
@ -1146,6 +1146,9 @@ exit_generic_client(struct Client *client_p, struct Client *source_p, struct Cli
|
|||
if(IsOper(source_p))
|
||||
rb_dlinkFindDestroy(source_p, &oper_list);
|
||||
|
||||
/* get rid of any metadata the user may have */
|
||||
user_metadata_clear(source_p);
|
||||
|
||||
sendto_common_channels_local(source_p, ":%s!%s@%s QUIT :%s",
|
||||
source_p->name,
|
||||
source_p->username, source_p->host, comment);
|
||||
|
@ -1709,9 +1712,6 @@ free_user(struct User *user, struct Client *client_p)
|
|||
{
|
||||
free_away(client_p);
|
||||
|
||||
/* get rid of any metadata the user may have */
|
||||
user_metadata_clear(client_p);
|
||||
|
||||
if(--user->refcnt <= 0)
|
||||
{
|
||||
if(user->away)
|
||||
|
|
Loading…
Reference in New Issue