# | Line 41 | Line 41 | static void m_locops(struct Client *, st | |
---|---|---|
41 | static void ms_locops(struct Client *, struct Client *, int, char *[]); | |
42 | ||
43 | struct Message locops_msgtab = { | |
44 | < | "LOCOPS", 0, 0, 2, 0, MFLG_SLOW, 0, |
44 | > | "LOCOPS", 0, 0, 2, MAXPARA, MFLG_SLOW, 0, |
45 | { m_unregistered, m_not_oper, ms_locops, m_ignore, m_locops, m_ignore } | |
46 | }; | |
47 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |