From 5870145ac255da65f5bf4ff0fae4715cbb930ec9 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 2 Apr 2007 22:11:14 +0000 Subject: This needs some general QA-ing. Add support to new parser (introduced in 1.1) for empty final params (just the colon) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6731 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/hashcomp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/hashcomp.h') diff --git a/include/hashcomp.h b/include/hashcomp.h index 79c7627a0..67a41a968 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -237,7 +237,7 @@ namespace irc /** Fetch the next token from the stream * @return The next token is returned, or an empty string if none remain */ - const std::string GetToken(); + bool GetToken(std::string &token); }; /** irc::sepstream allows for splitting token seperated lists. -- cgit v1.2.3