I wan't to create irc services like Anope/NeoStats opensourced.
I'm not here too search people, but i'm looking for the UnrealIRCd SDK/exported functions.
So, how can i connect with my services to the irc server.
Thanks.
Also available at http://www.unrealircd.com/files/docs/te ... tocol.htmlStealth wrote:Server protocol documentation: http://cvs.unrealircd.com/cgi/viewcvs.c ... v=1.1.2.13


Best way to find an example of that is to use an existing services package and run in debug mode watching all the server to server traffic. That can be very useful for examples in use.Sebas wrote:Thank you for the usefull link
Are there examples how to connect to the link block ?


Your server will have to A) make a note of the user modes sent to it for a user at burst and B) will have to keep track of mode changes itselfSebas wrote:Ok, the development is gonna be good.
The services connects now and does things.
But how can i get the user modes?
If i wan't mine, i type: /mode Sebas
This doesn't work(services raw):
efender SVSMODE Sebas
I wan't to grab the modes from me, to check if he is a administrator.

