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
|
@ -47,7 +47,7 @@ static int m_topic(struct MsgBuf *, struct Client *, struct Client *, int, const
|
|||
static int ms_topic(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
|
||||
|
||||
struct Message topic_msgtab = {
|
||||
"TOPIC", 0, 0, 0, MFLG_SLOW,
|
||||
"TOPIC", 0, 0, 0, 0,
|
||||
{mg_unreg, {m_topic, 2}, {m_topic, 2}, {ms_topic, 5}, mg_ignore, {m_topic, 2}}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue