msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
This commit is contained in:
parent
e742a9e9e7
commit
7baa37a9ef
99 changed files with 139 additions and 157 deletions
|
@ -49,7 +49,7 @@ static void relay_kill(struct Client *, struct Client *, struct Client *,
|
|||
const char *, const char *);
|
||||
|
||||
struct Message kill_msgtab = {
|
||||
"KILL", 0, 0, 0, MFLG_SLOW,
|
||||
"KILL", 0, 0, 0, 0,
|
||||
{mg_unreg, mg_not_oper, {ms_kill, 2}, {ms_kill, 2}, mg_ignore, {mo_kill, 2}}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue