]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Check for windows drive letters on the start of paths and treat them the same as...
[user/henk/code/inspircd.git] / include / users.h
index 229edcfa2564aea295979c9f8c966d3fbbc24bc7..9a7b9a6e7f842ee1ca41c04b38532b7d97027e12 100644 (file)
@@ -807,7 +807,7 @@ class CoreExport User : public connection
         * @param a The string to add to the users read buffer
         * @return True if the string was successfully added to the read buffer
         */
-       bool AddBuffer(std::string a);
+       bool AddBuffer(const std::string &a);
 
        /** This method returns true if the buffer contains at least one carriage return
         * character (e.g. one complete line may be read)