From a29b7897f0253f68d7db2a67a570c72de5cd7db0 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 26 Jan 2014 01:14:28 -0500 Subject: [PATCH] Use the SQLine reason in the kick reason for sqlined channels --- modules/pseudoclients/operserv.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/pseudoclients/operserv.cpp b/modules/pseudoclients/operserv.cpp index cb84e6458..1a07bb009 100644 --- a/modules/pseudoclients/operserv.cpp +++ b/modules/pseudoclients/operserv.cpp @@ -261,6 +261,7 @@ class OperServCore : public Module if (x) { this->sqlines.OnMatch(u, x); + reason = x->reason; return EVENT_STOP; }