summary refs log tree commit diff
path: root/reply.c
diff options
context:
space:
mode:
Diffstat (limited to 'reply.c')
-rw-r--r--reply.c5
1 files changed, 5 insertions, 0 deletions
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,