| # | Line 53 | Line 53 | static void mo_undline(struct Client *, | |
|---|---|---|
| 53 | static int remove_tdline_match(const char *); | |
| 54 | ||
| 55 | struct Message dline_msgtab = { | |
| 56 | < | "DLINE", 0, 0, 2, 0, MFLG_SLOW, 0, |
| 56 | > | "DLINE", 0, 0, 2, MAXPARA, MFLG_SLOW, 0, |
| 57 | {m_unregistered, m_not_oper, rfc1459_command_send_error, m_ignore, mo_dline, m_ignore} | |
| 58 | }; | |
| 59 | ||
| 60 | struct Message undline_msgtab = { | |
| 61 | < | "UNDLINE", 0, 0, 2, 0, MFLG_SLOW, 0, |
| 61 | > | "UNDLINE", 0, 0, 2, MAXPARA, MFLG_SLOW, 0, |
| 62 | {m_unregistered, m_not_oper, rfc1459_command_send_error, m_ignore, mo_undline, m_ignore} | |
| 63 | }; | |
| 64 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |