# | Line 99 | Line 99 | struct ChCapCombo | |
---|---|---|
99 | unsigned int cap_no; | |
100 | }; | |
101 | ||
102 | + | struct mode_letter |
103 | + | { |
104 | + | const unsigned int mode; |
105 | + | const unsigned char letter; |
106 | + | }; |
107 | + | |
108 | + | extern const struct mode_letter chan_modes[]; |
109 | extern int add_id(struct Client *, struct Channel *, char *, int); | |
110 | extern void set_channel_mode(struct Client *, struct Client *, struct Channel *, | |
111 | struct Membership *, int, char **, char *); |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |