struct.h

These are old archives. They are kept for historic purposes only.
Post Reply
JessieJames
Posts: 43
Joined: Thu Mar 11, 2004 10:20 pm

struct.h

Post by JessieJames »

this is in the module =
#define IsSkoAdmin(sptr) (IsAdmin(sptr) || IsNetAdmin(sptr) || IsSAdmin(sptr) || IsCoAdmin(sptr))
and i get error that IsSkoAdmin is redefined
struct.h looks like this =
#define IsSkoAdmin(sptr) (IsAdmin(sptr) || IsNetAdmin(sptr) || IsSAdmin(sptr))
question is should the one in the module be removed or changed to match the one in struct.h ?
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

Most likely you can just remove the line in the module.
ReverendSho
Posts: 5
Joined: Sat Apr 30, 2005 4:52 am

It does work

Post by ReverendSho »

Removing the line from the module does work.
3-A IRC Network - alpha.3a-irc.net 6667-7000 / 6697 for SSL
"Keep your friends close, and your enemies away with the gline/zline commands."
Post Reply