diff options
| author | Nakidai <nakidai@disroot.org> | 2026-01-30 18:26:22 +0300 |
|---|---|---|
| committer | Nakidai <nakidai@disroot.org> | 2026-01-30 18:26:22 +0300 |
| commit | 9fa2ddad60c16383fb927645e50ba142050f8110 (patch) | |
| tree | 39298850f993f6b559de71d2824a889bf7c33e4b /reply.c | |
| parent | 60d94739ecaafe02591ac63451293b7e2e7c30a7 (diff) | |
| download | libreircd-0.1.0.tar.gz libreircd-0.1.0.zip | |
Then I should make some logic for pinging others...
Diffstat (limited to 'reply.c')
| -rw-r--r-- | reply.c | 5 |
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, |