Search found 108 matches

by [dx]
Sun Aug 31, 2008 9:21 am
Forum: Unreal 3.2 Support
Topic: how to set host to all users
Replies: 1
Views: 1151

Re: how to set host to all users

Why would you do that?
Than if u want ban some user it's same as you used +b *!*@*
by [dx]
Mon Aug 25, 2008 4:56 pm
Forum: Unreal 3.2 Spamfilters
Topic: nick spamfilter
Replies: 6
Views: 4482

Re: nick spamfilter

Code: Select all

ban nick {
        mask "Nick3*";
        reason "Reserved";
};
It will prevent all nicks starting nick3* to be used form non-opers
by [dx]
Sun Aug 24, 2008 10:17 pm
Forum: Unreal 3.2 Spamfilters
Topic: nick spamfilter
Replies: 6
Views: 4482

Re: nick spamfilter

Use ban nick block, or FORBID it ;-)
by [dx]
Sat Aug 23, 2008 12:32 am
Forum: Unreal 3.2 Support
Topic: I:Line hostname doesn't work
Replies: 1
Views: 1102

Re: I:Line hostname doesn't work

Code: Select all

allow {
  ip Java@*;
  class clients;
  password "passs";
  maxperip 3;
};
Try
by [dx]
Thu Aug 21, 2008 11:11 pm
Forum: Unreal 3.2 Support
Topic: How to link more then 2 servers?
Replies: 1
Views: 999

Re: How to link more then 2 servers?

Same as those 2.

Add link block at one ircd and link block to other u want link with.
and /connect irc.name.net
by [dx]
Tue Aug 19, 2008 11:19 pm
Forum: General chat
Topic: my server
Replies: 3
Views: 2834

Re: my server

nicholas wrote:
[dx] wrote:heh..

Then access to ssh.. and change userhost in oper block to *@*
nvmd i got it...thanks
No prob ;) enjoy
by [dx]
Mon Aug 18, 2008 8:11 am
Forum: General chat
Topic: my server
Replies: 3
Views: 2834

Re: my server

heh..

Then access to ssh.. and change userhost in oper block to *@*
by [dx]
Sat Aug 09, 2008 6:54 pm
Forum: Unreal 3.2 Support
Topic: Linking Problem
Replies: 6
Views: 2453

Re: Linking Problem

I have this problem with linking two servers: This is HUB settings: link irc.mydomain.com { username *; hostname IRCD IP; bind-ip *; port 12345; leaf *; password-connect "********"; password-receive "********"; class servers; options { autoconnect; ssl; }; }; This is IRCD seting...
by [dx]
Wed Jul 09, 2008 8:22 am
Forum: Unreal 3.2 Modules
Topic: Requesting module: +X Adults only
Replies: 17
Views: 15432

Re: Requesting module: +X Adults only

Thing solved :-)

Code: Select all

sendnotice(sptr, ":%s %s %s :*** This is an adults only channel. To join %s you must be of legal age and type : /MODE %s +X", chptr->chname, sptr->name);
Anyway thnx for module.. great
by [dx]
Mon Jul 07, 2008 10:11 pm
Forum: Unreal 3.2 Modules
Topic: Requesting module: +X Adults only
Replies: 17
Views: 15432

Re: Requesting module: +X Adults only

Perfect.. But can someone help me to edit this sendto_one(sptr, ":%s %s %s :*** This is an adults only channel. To join %s you must be of legal age and type : /MODE %s +X", me.name, IsWebTV(sptr) ? "PRIVMSG" : "NOTICE", sptr->name, chptr->chname, sptr->name); This make ...
by [dx]
Sat Jul 05, 2008 7:36 am
Forum: Unreal 3.2 Modules
Topic: Force nick to have password
Replies: 6
Views: 5234

Re: Force nick to have password

/helpop ?chmodes


M = Must be using a registered nick (+r), or have voice access to talk [o]
by [dx]
Sun Jun 29, 2008 11:16 am
Forum: Unreal 3.2 Spamfilters
Topic: Empty space in words
Replies: 1
Views: 2495

Empty space in words

How about adding this to spamfilter?

h t t p://m m a n c e.o n.n e o b e e.n e t
by [dx]
Fri May 02, 2008 12:29 pm
Forum: Unreal 3.2 Modules
Topic: Randomly chans join
Replies: 3
Views: 3178

Randomly chans join

hi

I need one simple module which will do svsjoin on randomly chans.
When one user connects to my server it puts him to #1 , next time he join #2 and so.
Module will have conf options to put chans will be randomly accessed.

Sorry for my bad english,

I hope you understand what I want.

Regards

DX
by [dx]
Tue Feb 12, 2008 10:47 am
Forum: Unreal 3.2 Support
Topic: 2 quest.
Replies: 2
Views: 1170

Re: 2 quest.

Thnx for the reply :)