mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 16:46:50 +01:00
oups, missed param for has_privilege example function in TODO
This commit is contained in:
parent
75f2de7320
commit
3c77978bcd
1 changed files with 1 additions and 1 deletions
2
TODO
2
TODO
|
@ -49,7 +49,7 @@
|
||||||
[?] +C (ctcp)
|
[?] +C (ctcp)
|
||||||
[ ] privilege system for privilege groups, something like
|
[ ] privilege system for privilege groups, something like
|
||||||
in .conf: helper { kill_global, rehash, kline_local }
|
in .conf: helper { kill_global, rehash, kline_local }
|
||||||
in modules: privilege_add("kill_global"), has_privilege("kill_global") etc, should work the way dynamic cflags/umodes done
|
in modules: privilege_add("kill_global"), has_privilege(source_p, "kill_global") etc, should work the way dynamic cflags/umodes done
|
||||||
[x] Remove glines entirely
|
[x] Remove glines entirely
|
||||||
[/] Bug fixes
|
[/] Bug fixes
|
||||||
[x] Compilation without zlib headers fails - fixed
|
[x] Compilation without zlib headers fails - fixed
|
||||||
|
|
Loading…
Reference in a new issue