summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-09-02 00:45:29 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-09-02 00:45:29 +0000
commit6e85701ecb09604f2c87010683638ec0446cc515 (patch)
tree14cef47a86de3948d4c1f72affb7a119a75e3c5b /include/users.h
parent8c149db4615d0206c1c40f6e377cb43271ab690e (diff)
Remove a few unneeded string copies in the PRIVMSG path
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11606 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h
index de4d21f9a..9023d7728 100644
--- a/include/users.h
+++ b/include/users.h
@@ -767,7 +767,7 @@ class CoreExport User : public EventHandler
/** Write text to this user, appending CR/LF.
* @param text A std::string to send to the user
*/
- void Write(std::string text);
+ void Write(const std::string &text);
/** Write text to this user, appending CR/LF.
* @param text The format string for text to send to the user