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
|
@ -37,11 +37,11 @@ static int mr_capab(struct MsgBuf *, struct Client *, struct Client *, int, cons
|
|||
static int me_gcap(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
|
||||
|
||||
struct Message capab_msgtab = {
|
||||
"CAPAB", 0, 0, 0, MFLG_SLOW | MFLG_UNREG,
|
||||
"CAPAB", 0, 0, 0, 0,
|
||||
{{mr_capab, 2}, mg_ignore, mg_ignore, mg_ignore, mg_ignore, mg_ignore}
|
||||
};
|
||||
struct Message gcap_msgtab = {
|
||||
"GCAP", 0, 0, 0, MFLG_SLOW,
|
||||
"GCAP", 0, 0, 0, 0,
|
||||
{mg_ignore, mg_ignore, mg_ignore, mg_ignore, {me_gcap, 2}, mg_ignore}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue