From aa7eba595d41abc7342f886138b55e130b2b15a3 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Wed, 17 May 2017 01:10:33 +0100 Subject: Added precalculated FIR filter, n=12, w_c=0.5 --- config_cmds.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config_cmds.h') diff --git a/config_cmds.h b/config_cmds.h index cda9d4f..1e22d79 100644 --- a/config_cmds.h +++ b/config_cmds.h @@ -19,6 +19,7 @@ typedef struct single_cmd_def #include "cmd_sha1.h" #include "cmd_cookie.h" #include "cmd_botu.h" +#include "cmd_fir1p.h" //some commands have aliases for compat with some developerslv bots //nothing else comaptible will be added, as its not about "standarts" @@ -34,6 +35,7 @@ single_cmd_def confgi_cmd_list[] = {"SHA1",cmd_sha1}, {"COOKIE",cmd_cookie}, {"BOTU",cmd_botu}, {"!uptime",cmd_botu}, + {"FIR1P",cmd_fir1p}, {NULL,NULL} }; -- cgit v1.2.3