From 393cc8f9d65aefd92628115edae341562ea440e7 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Thu, 3 Jul 2014 12:27:24 +0200 Subject: Remove now needless User::ForceNickChange() Change call sites to call ChangeNick() --- src/xline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xline.cpp') diff --git a/src/xline.cpp b/src/xline.cpp index c48db51b1..b74fda3cf 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -641,7 +641,7 @@ bool QLine::Matches(User *u) void QLine::Apply(User* u) { /* Force to uuid on apply of qline, no need to disconnect any more :) */ - u->ForceNickChange(u->uuid); + u->ChangeNick(u->uuid); } -- cgit v1.3.1-10-gc9f91