]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Tried to implement sprintf that returns std::string of any size, realized it would...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 18 Jul 2006 21:43:37 +0000 (21:43 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 18 Jul 2006 21:43:37 +0000 (21:43 +0000)
commit983f18f8348c96edd3086e750db29778bec8b042
tree1f4de85b4fc476ff39eee9f7d9341ae930a3584e
parent69f280701b651fcbdc22f68db1714c384b9098f4
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
include/message.h
src/helperfuncs.cpp
src/message.cpp
src/users.cpp