Search found 145 matches

by Grunt
Thu Oct 11, 2007 3:14 pm
Forum: Unreal 3.2 Support
Topic: Unreal Install error on Fedora7
Replies: 1
Views: 1672

Re: Unreal Install error on Fedora7

You don't need to use "make install", unless you specify a different install directory during ./Config. It's already compiled, just copy the conf file, edit it and use ./unreal start.
by Grunt
Fri Jul 06, 2007 2:07 pm
Forum: Unreal 3.2 Support
Topic: Startup error
Replies: 2
Views: 1647

It thinks "src/ircd" is a directory? Odd.

What about "./ircd" instead of "./unreal start"?
by Grunt
Fri Jun 22, 2007 2:12 pm
Forum: Services
Topic: Problem with the WinBOPM :(
Replies: 1
Views: 2472

You probably have to specify a DNS server. Open a command prompt and type "ipconfig /all". Use the IP that is recognised as a DNS server. Either than that, I don't know what you can do.
by Grunt
Thu Jun 21, 2007 5:50 am
Forum: Unreal 3.2 Support
Topic: Using fonts in UnrealIRCD 3.2.x
Replies: 3
Views: 2099

WTF?

[EDIT]: To be more specific, Unreal does not support fonts. Different languages either. Country-specific character sets (for nicknames), yes. Check the documentation.
by Grunt
Wed Apr 18, 2007 9:23 pm
Forum: Unreal 3.2 Support
Topic: Unreal + Java
Replies: 9
Views: 3881

ban version {}

Keep in mind that CTCP VERSION replies can be faked.
by Grunt
Thu Mar 29, 2007 9:00 pm
Forum: Unreal 3.2 Support
Topic: Help My
Replies: 1
Views: 1576

./unreal: /usr/home/arabus/Unreal3.2/src/ircd: Permission denied


A problem with permissions, obviously. Check and see if the user you're running Unreal under has permissions to access the file, to read and execute it.
by Grunt
Wed Mar 28, 2007 11:34 am
Forum: Unreal 3.2 Support
Topic: invisible nicks
Replies: 3
Views: 2245

Maybe channel +u?
by Grunt
Mon Mar 26, 2007 6:58 am
Forum: Unreal 3.2 Support
Topic: my error
Replies: 1
Views: 1420

Install curl. Recompile Unreal. Run Unreal. Live happily ever after.
by Grunt
Thu Mar 22, 2007 7:48 am
Forum: Unreal 3.2 Support
Topic: loss of klines
Replies: 2
Views: 1701

Yes. The klines are stored in the memory. Server shuts down, klines are lost.
by Grunt
Tue Mar 06, 2007 6:14 am
Forum: Unreal 3.2 Support
Topic: I get some kind of Error when i start the unrealircd.
Replies: 7
Views: 3289

Does Unreal have rwx permission to ./tmp?
by Grunt
Sat Feb 24, 2007 4:18 pm
Forum: General chat
Topic: Submitting
Replies: 5
Views: 6546

Without cookies, I'm not sure he can even login...
by Grunt
Fri Feb 23, 2007 1:23 pm
Forum: Unreal 3.2 Support
Topic: Usermode +d
Replies: 4
Views: 2194

You can't see what people talk in the channels you're in.
by Grunt
Wed Feb 21, 2007 9:18 pm
Forum: Unreal 3.2 Support
Topic: unreal.conf
Replies: 6
Views: 3832

UnrealIRCd kindly shows you what all the error mean. Example: [error] unrealircd.conf:118: Unknown directive 'allow::212.30.223.9' This means that you have set a line like this: "allow 212.30.223.9", which it doesn't understand. Even further, it shows that the error is located at the 118th...
by Grunt
Tue Feb 20, 2007 7:38 pm
Forum: Unreal 3.2 Support
Topic: unreal.conf
Replies: 6
Views: 3832

You need to read the docs again.
by Grunt
Mon Feb 19, 2007 9:33 pm
Forum: Unreal 3.2 Modules
Topic: Searching an module!!
Replies: 2
Views: 2405

You could use that as an alias: alias team { target SomeBotNickname; type normal; parameters "SOMEBOTCMD"; }; That would send the bot a private message with "SOMEBOTCMD", and you can set him to reply to the user whatever you want. An example of a mIRC script that does that: ON 8:...