Ircops

These are old archives. They are kept for historic purposes only.
Post Reply
WSergio
Posts: 21
Joined: Sat Mar 13, 2004 5:09 pm
Contact:

Ircops

Post by WSergio »

Can I make an local iRCop account that won't see who's connecting to the server and can't /userhost , cant kline, ...just do samode's and kills...
what are the flags? (because i removed all the flags and it can kline!)
Jah! See ya arround.
by \/\/Sergio
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

If you just add o (lowercase) then they can't use /kline.
-- codemastr
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

"won't see who's connecting to the server": the snomask option in the oper block works with set::snomask-on-oper (or whatever its called) to decide what snomasks a user gets on /oper. Masks that appear in both will get added. However, opers can always set any snomask manually with /mode. Only services could potentially keep them unset, but I dunno if snomask changes are sent to other servers...

"can't /userhost": Sorry, ALL users can use this, not just opers ;) . But if you don't want them to see realhosts (override +x) don't give them +e in their oper::snomask. Unfortunately, opers can set this manually, so you'll probably have to see if you can get services to keep them unset.

"can't kline": See codemastr's response.

"just do samode and kills": To do /samode you'd have to give the services-admin flag and that gives them /kline power, so maybe you meant can_override?
Post Reply