Hi,<br>
just noticed something weird, services try to do ircd's job by not
letting users without channel op to add modes like half-ops and voices,
problem is this is done really poorly on unrealircd which does this on
his own fairly good.<br>
here's an example:<br>
<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex; background-color: rgb(204, 204, 204);" class="gmail_quote">*** SoCkX (~a@<a href="http://NiX-B9069B23.iplei.pt">
NiX-B9069B23.iplei.pt</a>) has joined #somechan<br>
* ChanServ sets mode: +o SoCkX<br>
* SoCkX sets mode: -o+hv SoCkX SoCkX SoCkX<br>
* ChanServ sets mode: -h SoCkX</blockquote>
<div>See how the voice is unset? and how this user should have +h?<br>
This however will not happen if<br>
<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote"><span style="background-color: rgb(204, 204, 204);">*** SoCkX (~a@<a href="http://NiX-B9069B23.iplei.pt">
NiX-B9069B23.iplei.pt</a>) has joined #somechan</span><br style="background-color: rgb(204, 204, 204);">
  <span style="background-color: rgb(204, 204, 204);">* ChanServ sets mode: +o SoCkX</span><br style="background-color: rgb(204, 204, 204);">
  <span style="background-color: rgb(204, 204, 204);">* SoCkX sets mode: +hv-o SoCkX SoCkX SoCkX</span><br>
</blockquote>
This is exactly the same for the ircd, but it's not for the services.<br>
Even if this is desired functionality, it's done poorly since only the first mode is actually unset, though i believe it isn't.<br>
Hope this helps,<br>
<br>
Best Regards,<br>
PHANTOm &lt; <a href="mailto:phantom@nix.co.il">phantom@nix.co.il</a> &gt; -- <a href="http://www.irc.nix.co.il/">www.irc.nix.co.il</a><br>
</div>