Just install fresh copy of fedora core 3 and try to setup unreal ircd on that,
after I put ./Config and answer the questions I get error message
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
so what ...
Search found 5 matches
- Tue Apr 12, 2005 6:25 am
- Forum: Unreal 3.2 Support
- Topic: error durin installation...
- Replies: 1
- Views: 1221
- Thu Apr 07, 2005 8:10 am
- Forum: Unreal 3.2 Spamfilters
- Topic: need help to add spamfilter
- Replies: 7
- Views: 5936
- Mon Apr 04, 2005 12:33 pm
- Forum: Unreal 3.2 Spamfilters
- Topic: spamfilter in unreal 3.2.3
- Replies: 3
- Views: 2858
- Mon Apr 04, 2005 11:45 am
- Forum: Unreal 3.2 Spamfilters
- Topic: spamfilter in unreal 3.2.3
- Replies: 3
- Views: 2858
- Mon Apr 04, 2005 7:21 am
- Forum: Unreal 3.2 Spamfilters
- Topic: spamfilter in unreal 3.2.3
- Replies: 3
- Views: 2858
spamfilter in unreal 3.2.3
Need help with that, want to ban user with nick or realname if it included 3 or more numbers..but how to do that?
Now it seems that the spamfilter doesn't work at all...
spamfilter {
regex "^[0-9]{3,}!~[0-9]{3,}@.+:[0-9]{3,}$";
target { user; };
reason "Loser";
action block;
};
thats the one ...
Now it seems that the spamfilter doesn't work at all...
spamfilter {
regex "^[0-9]{3,}!~[0-9]{3,}@.+:[0-9]{3,}$";
target { user; };
reason "Loser";
action block;
};
thats the one ...