summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-10-05 23:27:46 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-10-05 23:27:46 +0000
commit085a8bc6605d3d07bfe5137423c4a7a02978cd88 (patch)
tree6c9d084d7705cc43b51e3ee9f85d9d38d1357e32 /include/users.h
parenta082f5a3234bc9f3225824001d8bcae9e56cf189 (diff)
Add OnBuildNeighborList hook, replaces all uses of OnHostCycle
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11802 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/users.h b/include/users.h
index 6f656a51b..ac3b2b459 100644
--- a/include/users.h
+++ b/include/users.h
@@ -715,7 +715,7 @@ class CoreExport User : public StreamSocket
/** Write to all users that can see this user (including this user in the list), appending CR/LF
* @param text A std::string to send to the users
*/
- void WriteCommon(const std::string &text);
+ void WriteCommonRaw(const std::string &line, bool include_self = true);
/** Write to all users that can see this user (including this user in the list), appending CR/LF
* @param text The format string for text to send to the users
@@ -729,11 +729,6 @@ class CoreExport User : public StreamSocket
*/
void WriteCommonExcept(const char* text, ...) CUSTOM_PRINTF(2, 3);
- /** Write to all users that can see this user (not including this user in the list), appending CR/LF
- * @param text A std::string to send to the users
- */
- void WriteCommonExcept(const std::string &text);
-
/** Write a quit message to all common users, as in User::WriteCommonExcept but with a specific
* quit message for opers only.
* @param normal_text Normal user quit message