diff options
| author | 2006-03-07 23:07:47 +0000 | |
|---|---|---|
| committer | 2006-03-07 23:07:47 +0000 | |
| commit | 9ea4af047d33d552c953f4cdddf1250cd936323f (patch) | |
| tree | c54771604688945d01324f263d7fdcabd8c6a8a8 /include | |
| parent | For the record, it's 17 lines - not 5. (diff) | |
| download | inspircd++-9ea4af047d33d552c953f4cdddf1250cd936323f.tar.gz inspircd++-9ea4af047d33d552c953f4cdddf1250cd936323f.tar.bz2 inspircd++-9ea4af047d33d552c953f4cdddf1250cd936323f.zip | |
*TEST* Server::DumpText - Dump a *stringstream* to a user with a std::string prefix, splitting at 512 boundaries.
Much more useful than cannibalizing a specialized function
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3535 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -rw-r--r-- | include/modules.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/modules.h b/include/modules.h index 4dff5d48a..5b5b177a4 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1749,6 +1749,8 @@ class Server : public classbase virtual long GetChannelCount(); virtual chanrec* GetChannelIndex(long index); + + void DumpText(userrec* User, std::string LinePrefix, stringstream &TextStream); }; |
