Page 1 of 1

Editing umodes.o; HOW ?

Posted: Wed Aug 08, 2007 5:32 pm
by SnakeX
Hi
I was programming a Raw-Server, which Unreal should link to, and thought about the UserModes...

so, I'd made the dessicion to add 2 more Usermodes.
Admin of the Raw-Serer and CoAdmin of the Raw-Server.

I searched for the umode-data and found them in ./src/umodes.c/o...
I'm running my IRCd with Linux, and I can't open the .o 'coz its an Objective-File and all "signs" aren't readable :D

so I want to know how to edit these O-Files -.-"

Sorry about my english -.-"
Thank you very much
SnakeX

Re: Editing umodes.o; HOW ?

Posted: Wed Aug 08, 2007 5:54 pm
by Stealth
We don't support editing the source. You can easily make a module to do what you want.

Also, since you're trying to edit a .o file, it tells me you have no idea what you're doing when it comes to programming.