diff options
| author | 2006-12-16 00:22:40 +0000 | |
|---|---|---|
| committer | 2006-12-16 00:22:40 +0000 | |
| commit | 6aecd4c9ec0e09d04a6a5e59182a229b3c374b69 (patch) | |
| tree | 977ddfd573ba052c32725102b39a529fd746076c /src/cmd_quit.cpp | |
| parent | Remove doc/supported, it's obsoleted by the wiki. Happy 6000 commits, everyon... (diff) | |
Fix setting of * for bans in m_messageflood, this has been broken for quite some time and nobody noticed? :P
Spotted on barafranca, tested on chatspike.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6001 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/cmd_quit.cpp')
| -rw-r--r-- | src/cmd_quit.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd_quit.cpp b/src/cmd_quit.cpp index 097c8a68f..0065987cf 100644 --- a/src/cmd_quit.cpp +++ b/src/cmd_quit.cpp @@ -79,7 +79,6 @@ CmdResult cmd_quit::Handle (const char** parameters, int pcnt, userrec *user) FOREACH_MOD(I_OnUserDisconnect,OnUserDisconnect(user)); - /* push the socket on a stack of sockets due to be closed at the next opportunity */ if (IS_LOCAL(user)) { ServerInstance->SE->DelFd(user); |
