Search found 108 matches

by [dx]
Sat Oct 25, 2008 9:24 pm
Forum: Services
Topic: How to stop abusers from dynamic IPs?
Replies: 5
Views: 3485

Re: How to stop abusers from dynamic IPs?

/whois user

/mode #channel +b ~r:realname
by [dx]
Wed Oct 22, 2008 10:21 am
Forum: Unreal 3.2 Support
Topic: Can't get unreal to load
Replies: 4
Views: 1828

Re: Can't get unreal to load

I downloaded Unreal IRCD and when I click on the icon to load it, it gives me this: * Loading IRCd configuration .. [error] Couldn't open "unrealircd.conf": No such file or directory [error] Could not load config file unrealircd.conf [error] IRCd configuration failed to load I looked for ...
by [dx]
Tue Oct 14, 2008 9:28 am
Forum: Unreal 3.2 Modules
Topic: Clear Channel Module (svs_mkick)
Replies: 7
Views: 4069

Re: Clear Channel Module (svs_mkick)

Noone will help ya about RAW :) Anope doesn't supports RAW Commands
by [dx]
Mon Oct 13, 2008 9:46 am
Forum: Unreal 3.2 Support
Topic: Possible negative TS Split
Replies: 3
Views: 2642

Re: Possible negative TS Split

I've got this msg sometimes at first link with some server. After squiting and connecting again, everything is OK
by [dx]
Sun Oct 12, 2008 10:18 pm
Forum: Unreal 3.2 Support
Topic: Help
Replies: 4
Views: 1413

Re: Help

by [dx]
Sat Oct 11, 2008 10:44 pm
Forum: Unreal 3.2 Spamfilters
Topic: Need help
Replies: 2
Views: 2662

Re: Need help

You can add it like ^[a-z]\d{3,4}![a-z]\d{3,4}@

I've seen at that network some clones with char + 3 or 4 numbers
by [dx]
Sat Oct 11, 2008 10:41 pm
Forum: Unreal 3.2 Support
Topic: HELP WITH INSTALLING
Replies: 1
Views: 1128

Re: HELP WITH INSTALLING

Kill IRCD processes
by [dx]
Thu Oct 09, 2008 11:38 pm
Forum: Unreal 3.2 Support
Topic: Linking Services
Replies: 2
Views: 1334

Re: Linking Services

Please show us ur complete blocks, with ur IP's and passwords
by [dx]
Thu Oct 09, 2008 8:42 am
Forum: Unreal 3.2 Support
Topic: Connecting to server & coding
Replies: 3
Views: 1461

Re: Connecting to server & coding

Also listen block

Code: Select all

listen *:6667 {
  options {
    clientsonly;
  }
}
by [dx]
Fri Oct 03, 2008 2:07 pm
Forum: Unreal 3.2 Support
Topic: HELP PLEASE
Replies: 3
Views: 1422

Re: HELP PLEASE

Show us ur OPER block at 56/59/60 lines.
Are they commented or something..?
by [dx]
Thu Sep 11, 2008 9:45 pm
Forum: Unreal 3.2 Support
Topic: Cannot accept connections on..
Replies: 4
Views: 2080

Re: Cannot accept connections on..

use

Code: Select all

listen *:6667;
by [dx]
Sat Sep 06, 2008 8:54 am
Forum: Unreal 3.2 Support
Topic: Help needed in modifying unrealircd
Replies: 2
Views: 1263

Re: Help needed in modifying unrealircd

Then, what is point of IRCd..

You can't prevent creation chans (/join) by adding deny channel block, and other commands can't be done without module, or editing source code, which is not supported.

So try make your own module, if ya know, or forget about changes or src :)
by [dx]
Thu Sep 04, 2008 9:17 am
Forum: Unreal 3.2 Support
Topic: Global I-line (maxperip)
Replies: 4
Views: 1545

Re: Global I-line (maxperip)

Yes, but if Anope can do that, there is allow block for *@* users (example: for 5 users), so there is still problem :)

Hope u understand what I am trying to say
by [dx]
Thu Sep 04, 2008 9:14 am
Forum: Services
Topic: +qo switched to +oq
Replies: 7
Views: 5132

Re: +qo switched to +oq

Then just editing src :D Thanks JobeY
by [dx]
Tue Sep 02, 2008 11:48 pm
Forum: Services
Topic: +qo switched to +oq
Replies: 7
Views: 5132

Re: +qo switched to +oq

/me thinks it can be done with module, or editing source files ;-)

But.. noone supports editing source