]> arthur.barton.de Git - ngircd-alex.git/commit
Fix RPL_INVITING message: It must originate from the server
authorAlexander Barton <alex@barton.de>
Tue, 18 Jul 2023 09:42:07 +0000 (11:42 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 18 Jul 2023 09:42:07 +0000 (11:42 +0200)
commit0035e0d77867c961b4db6f121f2b43a8d45688bd
treed8a900783ec9427d3f6e6bc1c19b4f85b915ffa5
parent0f90a059b6cb211e19a8b379ce37d94c60c8f08a
Fix RPL_INVITING message: It must originate from the server

All numeric replies must originate from an IRC server, never from a
client. So fix the RPL_INVITING message!

Thanks tommyrot for reporting this!

Closes #307.
src/ngircd/irc-op.c