summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h2
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);
};