This commit is contained in:
joonicks
2018-03-27 01:48:21 +02:00
parent c44d8598c6
commit d7121a6b1f
18 changed files with 288 additions and 70 deletions

View File

@@ -785,7 +785,8 @@ typedef struct OnMsg
redir:1,
lbuf:1,
cbang:1,
acchan:1; // -- 20 bits
acchan:1,
supres:1; // -- 21 bits
char *cmdarg;
} OnMsg;