From f48c47b76e9322f760a048527284b47173b7e6ee Mon Sep 17 00:00:00 2001 From: Valery V Yatsko Date: Mon, 4 Aug 2008 01:37:18 +0400 Subject: [PATCH] oups, missed param for has_privilege example function in TODO --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 66ca953..445d05c 100644 --- a/TODO +++ b/TODO @@ -49,7 +49,7 @@ [?] +C (ctcp) [ ] privilege system for privilege groups, something like 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 [/] Bug fixes [x] Compilation without zlib headers fails - fixed