From: Michael Poole Date: Sun, 3 Sep 2006 15:11:29 +0000 (+0000) Subject: Fix giveownership to how it should be X-Git-Tag: v1.4.0-rc1~130 X-Git-Url: http://git.pk910.de/?p=srvx.git;a=commitdiff_plain;h=f0a68c7674301cebfc7ccbc963fbe353734c0e50 Fix giveownership to how it should be src/chanserv.c (cmd_giveownership): Only require confirmation code if the user has real (normal) access and is not forcing the giveownership. git-archimport-id: srvx@srvx.net--2006/srvx--devo--1.3--patch-26 --- diff --git a/ChangeLog b/ChangeLog index e888eed..2bcacfc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,20 @@ # arch-tag: automatic-ChangeLog--srvx@srvx.net--2006/srvx--devo--1.3 # +2006-09-03 15:11:29 GMT Michael Poole patch-26 + + Summary: + Fix giveownership to how it should be + Revision: + srvx--devo--1.3--patch-26 + + src/chanserv.c (cmd_giveownership): Only require confirmation code if the + user has real (normal) access and is not forcing the giveownership. + + modified files: + ChangeLog + + 2006-09-03 15:10:58 GMT Michael Poole patch-25 Summary: