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
|
@ -44,11 +44,11 @@ static int mo_uhelp(struct MsgBuf *, struct Client *, struct Client *, int, cons
|
|||
static void dohelp(struct Client *, int, const char *);
|
||||
|
||||
struct Message help_msgtab = {
|
||||
"HELP", 0, 0, 0, MFLG_SLOW,
|
||||
"HELP", 0, 0, 0, 0,
|
||||
{mg_unreg, {m_help, 0}, mg_ignore, mg_ignore, mg_ignore, {mo_help, 0}}
|
||||
};
|
||||
struct Message uhelp_msgtab = {
|
||||
"UHELP", 0, 0, 0, MFLG_SLOW,
|
||||
"UHELP", 0, 0, 0, 0,
|
||||
{mg_unreg, {m_help, 0}, mg_ignore, mg_ignore, mg_ignore, {mo_uhelp, 0}}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue