diff options
| author | 2008-01-09 11:47:04 +0000 | |
|---|---|---|
| committer | 2008-01-09 11:47:04 +0000 | |
| commit | 12e974a85d32135f859385a1bc40f7369330efda (patch) | |
| tree | 7f584ab035ca5b83a8d780fdbf8303e5eb2ae1d9 /src/commands/cmd_nick.cpp | |
| parent | Remove useless debug from here (finished with it), and add some debug that ma... (diff) | |
Fake lag on nick change, thanks pLaYa
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8674 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/commands/cmd_nick.cpp')
| -rw-r--r-- | src/commands/cmd_nick.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/cmd_nick.cpp b/src/commands/cmd_nick.cpp index 06fc5dcc3..8aa9e19a7 100644 --- a/src/commands/cmd_nick.cpp +++ b/src/commands/cmd_nick.cpp @@ -154,6 +154,7 @@ CmdResult CommandNick::Handle (const char** parameters, int, User *user) } else if (user->registered == REG_ALL) { + user->IncreasePenalty(10); FOREACH_MOD(I_OnUserPostNick,OnUserPostNick(user,oldnick)); } |
