summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-14 20:03:07 +0000
committerrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-14 20:03:07 +0000
commitf25ca483fa91d87d1b96a82101bb1f838ac47f1a (patch)
tree36f48316aa5db95da61cae70e0d7d3086cd21035 /src/core
parent295599ab2cd284de3a777994d68dfef857874a21 (diff)
Various small fixes, part #2.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1670 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core')
-rw-r--r--src/core/bs_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/bs_info.c b/src/core/bs_info.c
index 2c90dba9d..ce802db3c 100644
--- a/src/core/bs_info.c
+++ b/src/core/bs_info.c
@@ -262,7 +262,7 @@ void send_bot_channels(User * u, BotInfo * bi)
}
if (*buf)
- notice_user(s_BotServ, u, buf);
+ notice_user(s_BotServ, u, "%s", buf);
return;
}