]> arthur.barton.de Git - ngircd-alex.git/commit
Conn_Handler(): Don't test for penalty times
authorAlexander Barton <alex@barton.de>
Sat, 9 Mar 2013 16:58:10 +0000 (17:58 +0100)
committerAlexander Barton <alex@barton.de>
Sat, 9 Mar 2013 16:58:10 +0000 (17:58 +0100)
commita2e26aad1e106aac256991a3d0c43c6c3fda7d4b
tree944a0c254a1477fb7b3cb4a3c8a0eedc45ed7df8
parentb4393277ea1cc67bc8433fcbeded3fc2186f5c54
Conn_Handler(): Don't test for penalty times

The Conn_Handler() main loop calls Handle_Buffer() which checks for the
"penalty time" of each client itself, so don't do it twice.
src/ngircd/conn.c