]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Replace the SERVER stub command with something actually useful.
authorSadie Powell <sadie@witchery.services>
Sun, 20 Dec 2020 04:04:19 +0000 (04:04 +0000)
committerSadie Powell <sadie@witchery.services>
Sun, 20 Dec 2020 04:04:36 +0000 (04:04 +0000)
commitaa0221d87ca355d5021f81f8f65cf6a47bc93c38
treebd98216e05d3323af470322a4e48234766b629c0
parent6cfabb0064cab52bbbab59974e53dc0fa1954da7
Replace the SERVER stub command with something actually useful.

This will typically never be reached because the remote will wait
until it receives a CAPAB response before sending SERVER. Instead
replace it with a CAPAB stub command that quits servers with a
helpful message.
make/template/config.h
src/coremods/core_stub.cpp