1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-11 23:06:02 +00:00

Merge branch 'xop' of https://github.com/kart0ffelsack/ngircd into bug92-xop

* 'xop' of https://github.com/kart0ffelsack/ngircd:
  Tests and documentation for xop
  Implemented xop support

Conflicts (because of merge of the 'cmode-M' branch):
	src/ngircd/channel.c
	src/ngircd/defines.h
	src/ngircd/messages.h
This commit is contained in:
Alexander Barton
2012-09-11 12:30:19 +02:00
12 changed files with 301 additions and 148 deletions

1
doc/.gitignore vendored
View File

@@ -1 +1,2 @@
sample-ngircd.conf
Add_Modes.txt

View File

@@ -68,7 +68,12 @@ channel of which he is a member.
mode since description
q 20? User is channel owner can only be set by a service, other
owner and irc op. Can promote other users to q, a, o, h, v.
a 20? User is channel admin and can promote other users to v, h, o
o 0.2.0 User is channel operator and can op/kick/... other members.
h 20? User is half op and can set channel modes imntvIbek and kick
voiced and normal users.
v 0.2.0 User is "voiced" and can speak even if channel is moderated.