diff options
| author | 2014-07-03 12:27:24 +0200 | |
|---|---|---|
| committer | 2014-07-03 12:27:24 +0200 | |
| commit | 393cc8f9d65aefd92628115edae341562ea440e7 (patch) | |
| tree | 65265c2c1e162cf228c0ea55ce5081c27bf1645f /src/users.cpp | |
| parent | Move calling the OnUserPreNick() hook and the restrictbannedusers check from ... (diff) | |
| download | inspircd++-393cc8f9d65aefd92628115edae341562ea440e7.tar.gz inspircd++-393cc8f9d65aefd92628115edae341562ea440e7.tar.bz2 inspircd++-393cc8f9d65aefd92628115edae341562ea440e7.zip | |
Remove now needless User::ForceNickChange()
Change call sites to call ChangeNick()
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
