]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/hashcomp.h
m_check: rename the timestamp key to createdat.
[user/henk/code/inspircd.git] / include / hashcomp.h
index 80c02332d04dfb6e7936bc7cb4f46e1a69e75080..453e28c4572d6e1dd8f050c9f9a838d1119849ad 100644 (file)
@@ -148,6 +148,12 @@ namespace irc
                 * @return True if the end of the stream has been reached, otherwise false
                 */
                bool StreamEnd();
+
+               /** Returns true if the specified value exists in the stream
+                * @param value The value to search for
+                * @return True if the value was found, False otherwise
+                */
+               bool Contains(const std::string& value);
        };
 
        /** A derived form of sepstream, which seperates on commas