Numeric ID

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
stefys

Numeric ID

Post by stefys »

Hi.. I've got a problem.. I'm trying to make my own services. I connect to server, and I send the following data:
PASS :mypass
SERVER services.blabla.com 1 <time> <time> P10 1]]] :The services
--
The problem is that I get this:
ERROR :Closing Link: [85.186.20.139] (Invalid numeric)

Invalid numeric? I thought in UnrealIRCD there aren't numerics... can u tell me what to do or give me the unrealircd linking rfc ?
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

That's the wrong server format.

Read doc/technical/protoctl.txt - it explains a large part of the server protocol (at least what I consider the three major commands: NICK, SERVER, and SJOIN).
Trystan
Posts: 29
Joined: Sun Mar 07, 2004 4:20 pm
Location: UTAH
Contact:

Post by Trystan »

At first glance I can tell that is linking as a P10 ircd, which is certainly not Unreal. Like aqua said check the docs. You may want to reference others out there whom have written code for unreal such as anope or ircservices to get a look at how they handle protocol
"They never stop thinking of ways of harming America, and neither do we." - U.S. President George W. Bush
Locked