diff options
Diffstat (limited to 'include/sockets.h')
-rw-r--r-- | include/sockets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sockets.h b/include/sockets.h index b8aacc7e7..853ba0470 100644 --- a/include/sockets.h +++ b/include/sockets.h @@ -313,7 +313,7 @@ public: /** Gets the new line from the input buffer, if any */ - const Anope::string GetLine(); + Anope::string GetLine(); /** Write to the socket * @param message The message |