1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-05 22:13:13 +02:00

Rewrote some +G code

This commit is contained in:
codemastr
2002-12-13 22:06:17 +00:00
parent ef5f1c354b
commit 696533a163
4 changed files with 64 additions and 23 deletions
+6
View File
@@ -57,6 +57,11 @@
#include <openssl/rand.h>
#endif
#include "auth.h"
#ifdef HAVE_REGEX
#include <regex.h>
#else
#include "../extras/regex/regex.h"
#endif
extern int sendanyways;
@@ -1012,6 +1017,7 @@ struct _configitem_badword {
ConfigItem *prev, *next;
ConfigFlag flag;
char *word, *replace;
regex_t expr;
};
struct _configitem_deny_dcc {