[IRCServices] Fw: Unreal Bug?
Craig Edwards
brain at winbot.co.uk
Sat May 8 10:57:14 PDT 2004
Followup: This appears to be a bug, verified by the fact that other ircds which support +R have a matching definition in the protocol module, whereas unreal doesnt. Example from grepping the modules/protocol dir:
modules/protocol/ptlink.c: {'R', {0x00008000}}, /* Allow PRIVMSGs from +r clients only */
>Hi
>
>When looking through the code for ircservices, i noticed that it doesnt list usermode +R (only registered users may >message the nickname) in its list of extra modes supported by unrealircd (in modules/protocol/unreal.c). Should this be >implemented as it is a known usermode to unreal, and it seems that services is blissfully unaware of its presence.
>
>Thanks,
>Brain