]> jfr.im git - solanum.git/blobdiff - extensions/m_findforwards.c
m_echotags: Oops...
[solanum.git] / extensions / m_findforwards.c
index d277981546efa6de0d06c99a5a956c4e169d7edb..686f7ec60ef3605e628f81fece083e79ac4eb6b7 100644 (file)
@@ -16,8 +16,6 @@
  *   You should have received a copy of the GNU General Public License
  *   along with this program; if not, write to the Free Software
  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- *   $Id: m_findforwards.c 986 2006-03-08 00:10:46Z jilles $
  */
 #include "stdinc.h"
 #include "channel.h"
@@ -40,7 +38,7 @@ static int m_findforwards(struct MsgBuf *msgbuf_p, struct Client *client_p, stru
                        int parc, const char *parv[]);
 
 struct Message findforwards_msgtab = {
-       "FINDFORWARDS", 0, 0, 0, MFLG_SLOW,
+       "FINDFORWARDS", 0, 0, 0, 0,
        {mg_unreg, {m_findforwards, 2}, mg_ignore, mg_ignore, mg_ignore, {m_findforwards, 2}}
 };