Search found 4 matches

by stcom
Fri Aug 03, 2012 4:48 pm
Forum: Services
Topic: Error linking ATHEME: 451 CAPAB
Replies: 6
Views: 9030

Re: Error linking ATHEME: 451 CAPAB

Yes, i had already found the problem, just when i was reading line by line the conf i realized that the example loaded other protocol :D Now working, services linked.
by stcom
Fri Aug 03, 2012 1:05 pm
Forum: Services
Topic: Error linking ATHEME: 451 CAPAB
Replies: 6
Views: 9030

Re: Error linking ATHEME: 451 CAPAB

as i supposed, the numeric is in the XXX hexadecimal format, it is, hexadecimal coded numbers between 1 and 16^3. If you put "2" for example, unrealircd returns invalid format, should be "002". It seems not to be here the error, the example conf was right.

I have enabled the loadmodule "modules ...
by stcom
Fri Aug 03, 2012 11:26 am
Forum: Services
Topic: Error linking ATHEME: 451 CAPAB
Replies: 6
Views: 9030

Re: Error linking ATHEME: 451 CAPAB

Could the Numeric be an issue

In the beginning 00A represents number 10 in decimal, and i remember unreal server-to-server protocol worked with this hexadecimal numeration for servers (at least in the past in p10)

anyway im using the atheme.conf example, i´ve only modified the basic params of ...
by stcom
Fri Aug 03, 2012 12:11 am
Forum: Services
Topic: Error linking ATHEME: 451 CAPAB
Replies: 6
Views: 9030

Error linking ATHEME: 451 CAPAB

Hi:
i've been searching through internet about my problem but i haven't seen any solution yet. Im trying to link the Atheme 6.0.8 (tried with 7 but it didnt work too) with my unreal 3.2.9 server in ubuntu.

Lets see the unrealircd.conf

Ports:

listen *:6699 {
options {
serversonly;
};
};

NOTE ...