solanum-vs-hackint-and-char.../modules/core
Aaron Jones efc60d52a3
modules/core/m_server.c: misc cleanup for compiler warnings
core/m_server.c:138:3: warning: 'break' will never be executed
                       [-Wunreachable-code-break]

    (... and 3 more of the same)

Why put an unreachable comment in the code *and then write a
statement following it* ? O_o
2017-08-04 12:32:57 +00:00
..
m_ban.c
m_die.c modules/core/m_die.c: misc cleanup for compiler warning 2017-08-04 12:32:57 +00:00
m_error.c
m_join.c
m_kick.c
m_kill.c
m_message.c m_message: use same behaviour for +R users as +g users (closes #96) 2015-12-05 06:48:38 -06:00
m_mode.c MODE: allow 'q' banlist queries to bypass flood limits too 2015-12-28 00:48:46 -06:00
m_nick.c Reduce clean_nick() code duplication further. 2015-12-13 00:22:21 +01:00
m_part.c
m_quit.c
m_server.c modules/core/m_server.c: misc cleanup for compiler warnings 2017-08-04 12:32:57 +00:00
m_squit.c