]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_version.c
Unref privset of quitting oper.
[irc/rqf/shadowircd.git] / modules / m_version.c
index 34002f836557c470fc4c159d012e30062bc2b604..05d8bdf09364a91a63e185180f46f5e65b209802 100644 (file)
@@ -122,10 +122,6 @@ confopts(struct Client *source_p)
        if(ConfigChannel.use_except)
                *p++ = 'e';
 
-       if(ConfigFileEntry.glines)
-               *p++ = 'g';
-       *p++ = 'G';
-
        /* might wanna hide this :P */
        if(ServerInfo.hub)
                *p++ = 'H';