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/users.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index 47dbd2d22..3c2043ac1 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -611,7 +611,7 @@ void User::InvalidateCache() cached_fullrealhost.clear(); } -bool User::ChangeNick(const std::string& newnick, bool force, time_t newts) +bool User::ChangeNick(const std::string& newnick, time_t newts) { if (quitting) { -- cgit v1.3.1-10-gc9f91