From 117e9e7458e5cc453cecb9617a4cc34d7cfd102c Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 10 May 2015 16:46:34 +0000 Subject: [PATCH] - irc.c:m_ctcp(): show SERIALNUM, too git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5964 82007160-df01-0410-b94d-b575c5fd34c7 --- src/irc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/irc.c b/src/irc.c index 1628b63..fb658a1 100644 --- a/src/irc.c +++ b/src/irc.c @@ -50,6 +50,7 @@ #include "negcache.h" #include "memory.h" #include "main.h" +#include "serno.h" static void irc_init(void); @@ -807,8 +808,8 @@ static void m_ctcp(char *parv[], unsigned int parc, const char *msg, const struct UserInfo *source_p) { if (strncasecmp(parv[3], "\001VERSION\001", 9) == 0) - irc_send("NOTICE %s :\001VERSION Hybrid Open Proxy Monitor %s\001", - source_p->irc_nick, VERSION); + irc_send("NOTICE %s :\001VERSION Hybrid Open Proxy Monitor %s(%s)\001", + source_p->irc_nick, VERSION, SERIALNUM); } /* m_notice -- 2.30.2