]> jfr.im git - irc/DALnet/bahamut.git/commitdiff
Revert "Add MAX_MSG_TIME to DEFAULT for m_svsxcf"
authorHolbrook Bunting <redacted>
Sat, 15 Dec 2018 21:39:08 +0000 (13:39 -0800)
committerHolbrook Bunting <redacted>
Sat, 15 Dec 2018 21:39:08 +0000 (13:39 -0800)
This reverts commit ab41f0b47e372fb7526b068fec056f3f9dcc94f6.

src/m_services.c

index 2f5412835cd93b92ef78c3b64ca10ede26c6b300..119c493f1928346e8496528663961f59bef5a8b4 100644 (file)
@@ -851,7 +851,6 @@ struct FlagList xflags_list[] =
  *   TALK_JOIN_TIME    - Number of seconds the user must be on the channel to be able to tlak on the channel
  *   MAX_BANS          - Will let us increase the ban limit for specific channels
  *   MAX_INVITES       - Will let us increase the invite limit for specific channels
- *   MAX_MSG_TIME      - Maximum number of messages that can be sent in x seconds, msgs:time
  *
  * 1/0 (on/off) options:
  *   NO_NOTICE         - no notices can be sent to the channel (on/off)
@@ -917,8 +916,6 @@ int m_svsxcf(aClient *cptr, aClient *sptr, int parc, char *parv[])
         chptr->talk_join_time = 0;
         chptr->max_bans = MAXBANS;
         chptr->max_invites = MAXINVITELIST;
-               chptr->max_messages = 0;
-               chptr->max_messages_time = 0;
         chptr->xflags = 0;
         if(chptr->greetmsg)
           MyFree(chptr->greetmsg);