]> jfr.im git - solanum.git/commitdiff
struct Mode: add off_mode bitfield to describe disabled channel modes.
authorWilliam Pitcock <redacted>
Mon, 8 Mar 2010 03:40:34 +0000 (21:40 -0600)
committerWilliam Pitcock <redacted>
Mon, 8 Mar 2010 03:40:34 +0000 (21:40 -0600)
include/channel.h

index 1e3b5bb45218f0eda456f900ec4e6dcd24ee90c4..5b7550e0f814a3441bd16d07ffd3c2c565fc745c 100644 (file)
@@ -39,6 +39,7 @@ struct Client;
 struct Mode
 {
        unsigned int mode;
+       unsigned int off_mode;
        int limit;
        char key[KEYLEN];
        unsigned int join_num;