]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/s_user.c
Should just specify the name here.
[irc/rqf/shadowircd.git] / src / s_user.c
index b2c0c4e96f1eb6118a02a9b399a8c357fccb6dcc..2ab8fa2cc9cd37170594be14fa1073f9ec5b568f 100644 (file)
@@ -1340,6 +1340,9 @@ oper_up(struct Client *source_p, struct oper_conf *oper_p)
        if(oper_p->swhois)
                user_metadata_add(source_p, "SWHOIS", oper_p->swhois, 1);
 
+       if(oper_p->operstring)
+               user_metadata_add(source_p, "OPERSTRING", oper_p->operstring, 1);
+
        if(oper_p->vhost || !EmptyString(ConfigFileEntry.default_operhost))
        {
                if(oper_p->vhost)