diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-18 21:43:37 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-18 21:43:37 +0000 |
commit | 983f18f8348c96edd3086e750db29778bec8b042 (patch) | |
tree | 1f4de85b4fc476ff39eee9f7d9341ae930a3584e /include/message.h | |
parent | 69f280701b651fcbdc22f68db1714c384b9098f4 (diff) |
Tried to implement sprintf that returns std::string of any size, realized it would scale like unreal scales to ircnet (e.g. it wouldnt!) so took it back out.
Moved chop() functionality into userrec::AddWriteBuf and make it nicer (no strlen)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4433 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/message.h')
-rw-r--r-- | include/message.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/message.h b/include/message.h index dd653e33b..c1e1932fb 100644 --- a/include/message.h +++ b/include/message.h @@ -29,8 +29,6 @@ #include "channels.h" int common_channels(userrec *u, userrec *u2); -void chop(char* str); -void tidystring(char* str); void Blocking(int s); void NonBlocking(int s); int CleanAndResolve (char *resolvedHost, const char *unresolvedHost, bool forward); |