]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/channel.h
struct Mode: add off_mode bitfield to describe disabled channel modes.
[irc/rqf/shadowircd.git] / include / channel.h
index e35ea5aca7d4563e99163d765a665b08b11b1394..917ee262dbba4eee46b41f0f086516bd120af982 100644 (file)
@@ -38,6 +38,7 @@ struct Client;
 struct Mode
 {
        unsigned int mode;
+       unsigned int off_mode;
        int limit;
        char key[KEYLEN];
        unsigned int join_num;