diff options
| author | 2013-05-16 16:00:19 +0200 | |
|---|---|---|
| committer | 2013-05-18 21:23:52 +0200 | |
| commit | f3d134a5b642b83e865c03b45c313df7f829ba15 (patch) | |
| tree | d7a2e9b138b3d9d784f067b3db4eade52281dbae /src/modules/m_nonicks.cpp | |
| parent | Remove unused UserManager::ServerPrivmsgAll() (diff) | |
Get rid of the NICKForced extension
Don't run OnUserPreNick when the nick change is forced
Diffstat (limited to 'src/modules/m_nonicks.cpp')
| -rw-r--r-- | src/modules/m_nonicks.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/m_nonicks.cpp b/src/modules/m_nonicks.cpp index 58fe054b5..8981097be 100644 --- a/src/modules/m_nonicks.cpp +++ b/src/modules/m_nonicks.cpp @@ -61,10 +61,6 @@ class ModuleNoNickChange : public Module if (!IS_LOCAL(user)) return MOD_RES_PASSTHRU; - // Allow forced nick changes. - if (ServerInstance->NICKForced.get(user)) - return MOD_RES_PASSTHRU; - for (UCListIter i = user->chans.begin(); i != user->chans.end(); i++) { Channel* curr = *i; |
