]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Move InspIRCd::SendError() to cmd_die
authorAttila Molnar <attilamolnar@hush.com>
Sun, 17 May 2015 16:13:45 +0000 (18:13 +0200)
committerAttila Molnar <attilamolnar@hush.com>
Sun, 17 May 2015 16:13:45 +0000 (18:13 +0200)
commit33137bba446212f89f7b94f50ace20db19b6d009
tree525dcd06178f675011ad49a2f68da5a48c9a4d8c
parentc715182bf86532d767c939a344bd4f304d25df09
Move InspIRCd::SendError() to cmd_die

Fix multiple ERROR messages being sent to unregistered users by removing the "Exiting with status..." message
include/inspircd.h
src/coremods/core_oper/cmd_die.cpp
src/coremods/core_oper/cmd_restart.cpp
src/coremods/core_oper/core_oper.h
src/helperfuncs.cpp
src/server.cpp