solanum/modules/core
Elizabeth Myers 3c7d6fcce7 Message handlers should return void.
Also fix up some return values and stuff to use bool (or void if
nothing). I just did it whilst I was here.

According to jilles, the return value used to signify whether or not the
client had exited. This was error-prone and was fixed a long, long time
ago, but the return value was left int for historical reasons.

Since the return type is not used (and has no clear use case anyway),
it's safe to just get rid of it.
2016-03-09 01:37:03 -06:00
..
m_ban.c Message handlers should return void. 2016-03-09 01:37:03 -06:00
m_die.c Message handlers should return void. 2016-03-09 01:37:03 -06:00
m_error.c Message handlers should return void. 2016-03-09 01:37:03 -06:00
m_join.c Message handlers should return void. 2016-03-09 01:37:03 -06:00
m_kick.c Message handlers should return void. 2016-03-09 01:37:03 -06:00
m_kill.c Message handlers should return void. 2016-03-09 01:37:03 -06:00
m_message.c Message handlers should return void. 2016-03-09 01:37:03 -06:00
m_mode.c Message handlers should return void. 2016-03-09 01:37:03 -06:00
m_nick.c Message handlers should return void. 2016-03-09 01:37:03 -06:00
m_part.c Message handlers should return void. 2016-03-09 01:37:03 -06:00
m_quit.c Message handlers should return void. 2016-03-09 01:37:03 -06:00
m_server.c Message handlers should return void. 2016-03-09 01:37:03 -06:00
m_squit.c Message handlers should return void. 2016-03-09 01:37:03 -06:00