From 44d450f2423bb02999b1ce521af4f30b28bd4198 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Tue, 2 Sep 2008 23:42:51 +0200 Subject: [PATCH] Correct spelling of oper:remoteban in example.conf. --- doc/example.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/example.conf b/doc/example.conf index 3f8b0c3..09a5189 100755 --- a/doc/example.conf +++ b/doc/example.conf @@ -192,13 +192,13 @@ privset "local_op" { privset "server_bot" { extends = "local_op"; - privs = oper:global_kill, oper:kline, oper:remote_ban, snomask:nick_changes; + privs = oper:global_kill, oper:kline, oper:remoteban, snomask:nick_changes; }; privset "global_op" { extends = "local_op"; privs = oper:global_kill, oper:routing, oper:kline, oper:unkline, oper:xline, - oper:resv, oper:mass_notice, oper:remote_ban; + oper:resv, oper:mass_notice, oper:remoteban; }; privset "admin" {