mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- yhook: new outSingle() function, that just adds a linefeed to content
This commit is contained in:
@@ -424,6 +424,11 @@ std::string CyhookHandler::outIndent() {
|
||||
return "";
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
std::string CyhookHandler::outSingle(std::string _content) {
|
||||
return _content + "\n";
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
std::string CyhookHandler::outPair(std::string _key, std::string _content, bool _next) {
|
||||
std::string result = "";
|
||||
|
Reference in New Issue
Block a user