# | Line 46 | Line 46 | static void set_topic(struct Client *, s | |
---|---|---|
46 | const char *, const char *); | |
47 | ||
48 | struct Message tburst_msgtab = { | |
49 | < | "TBURST", 0, 0, 5, 0, MFLG_SLOW, 0, |
49 | > | "TBURST", 0, 0, 5, MAXPARA, MFLG_SLOW, 0, |
50 | { m_ignore, m_ignore, ms_tburst, m_ignore, m_ignore, m_ignore } | |
51 | }; | |
52 | ||
53 | struct Message tb_msgtab = { | |
54 | < | "TB", 0, 0, 4, 0, MFLG_SLOW, 0, |
54 | > | "TB", 0, 0, 4, MAXPARA, MFLG_SLOW, 0, |
55 | { m_ignore, m_ignore, ms_tb, m_ignore, m_ignore, m_ignore } | |
56 | }; | |
57 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |