> Is it possible to make users +k ?? With a patch or something ...
> 
> Tnx in advance ;-)
> Ace
> 

Hello,
to allow global operators to use umode +k, in s_user.c you need to modify in 
set_user_mode() function this:

-  if (!(setflags & FLAGS_CHSERV))
+  if (!(setflags & FLAGS_CHSERV) && !IsOper(Optr))
      ClearChannelService(sptr);    

-- 
Chojin

Reply via email to