1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 04:26:38 +02:00

Use the SQLine reason in the kick reason for sqlined channels

This commit is contained in:
Adam
2014-01-26 01:14:28 -05:00
parent e965bc3049
commit a29b7897f0
+1
View File
@@ -261,6 +261,7 @@ class OperServCore : public Module
if (x)
{
this->sqlines.OnMatch(u, x);
reason = x->reason;
return EVENT_STOP;
}