From 9fa2ddad60c16383fb927645e50ba142050f8110 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Fri, 30 Jan 2026 18:26:22 +0300 Subject: Add PING command Then I should make some logic for pinging others... --- reply.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'reply.c') diff --git a/reply.c b/reply.c index f89a8c9..5da4094 100644 --- a/reply.c +++ b/reply.c @@ -104,6 +104,11 @@ vreply(const struct Peer *peer, int number, va_list ap) getnick(peer), channel ), channel, _); + REPLY(409, WRITE( + ":%s 409 %s :No origin specified", + hostname, + getnick(peer) + ), _); REPLY(411, WRITE( ":%s 411 %s :No recipient given (PRIVMSG)", hostname, -- cgit 1.4.1