mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-04 16:33:12 +02:00
618049fca1
would normally use sendnumeric() instead. The buildnumeric() function prepares a buffer but does not send it. It is used in eg CAN_KICK / CAN_SET_TOPIC, where you need to set an 'errbuf' with a full IRC protocol line to reject the request (which then may or may not be sent depending on operoverride privileges).