summaryrefslogtreecommitdiff
path: root/include/extern.h
diff options
context:
space:
mode:
authortrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-10-30 03:28:46 +0000
committertrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-10-30 03:28:46 +0000
commit3ea6c80b9b15d50026ad33938e505b9acf8e1536 (patch)
treefccd4f86fbaebb7fb6973ca12d8deb1f2cc96220 /include/extern.h
parent0038ed05f4ea53edaeabab68bafb23f908d870e4 (diff)
BUILD : 1.7.5 (431) BUGS : 193 NOTES : 1. extern normalizeBuffer() helpful in some many other places not just botserv, 2. fixed BS ACT, if the string contained a control char 001, it would cause the string to act like SAY
git-svn-id: svn://svn.anope.org/anope/trunk@431 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@286 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h
index 9c72ba5cc..e5702acac 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -57,6 +57,7 @@ E BotInfo *makebot(char *nick);
E BotInfo *findbot(char *nick);
E void bot_join(ChannelInfo *ci);
E void bot_rejoin_all(BotInfo *bi);
+E char *normalizeBuffer(char *);
/**** channels.c ****/