1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-07 13:17:55 +00:00

Implemented xop support

3 new channel user modes have been added.

Half Op: +h(Prefix: %) can set the channel modes +imntvIbek
and kick all +v and normal users.

Admin: +a(Prefix: &) can set channel modes +imntvIbekoRsz and kick all
+o, +h, +v and normal users.

Owner: +q(Prefix: ~) can set channel modes +imntvIbekoRsz and kick all
+a, +o, +h, +v and normal users
This commit is contained in:
Sebastian Köhler
2012-08-04 14:19:58 +02:00
parent d0bb185cf5
commit 7b01bb833f
10 changed files with 228 additions and 148 deletions

1
doc/.gitignore vendored
View File

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