From 5f8650327760f547f354065ea468aed813ee5646 Mon Sep 17 00:00:00 2001 From: "trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Thu, 21 Oct 2004 19:58:47 +0000 Subject: [PATCH] BUILD : 1.7.5 (412) BUGS : 169 NOTES : A minor touch up to prevent issues git-svn-id: svn://svn.anope.org/anope/trunk@412 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@276 5417fbe8-f217-4b02-8779-1006273d7864 --- src/messages.c | 7 +++++-- version.log | 6 +++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/messages.c b/src/messages.c index 6972dd116..62b986267 100644 --- a/src/messages.c +++ b/src/messages.c @@ -138,9 +138,12 @@ int m_privmsg(char *source, char *receiver, char *msg) } if (*receiver == '#') { - if (s_BotServ && (ci = cs_findchan(receiver))) - if (!(ci->flags & CI_VERBOTEN) && ci->c && ci->bi) /* Some paranoia checks */ + if (s_BotServ && (ci = cs_findchan(receiver))) { + /* Some paranoia checks */ + if (!(ci->flags & CI_VERBOTEN) && ci->c && ci->bi) { botchanmsgs(u, ci, msg); + } + } } else { /* Check if we should ignore. Operators always get through. */ diff --git a/version.log b/version.log index d094ecf85..1d3dbe0a3 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="5" -VERSION_BUILD="411" +VERSION_BUILD="412" # $Log$ # +# BUILD : 1.7.5 (412) +# BUGS : 169 +# NOTES : A minor touch up to prevent issues +# # BUILD : 1.7.5 (411) # BUGS : 197 # NOTES : Fixed hostserv message on removal of vhost