summaryrefslogtreecommitdiff
path: root/src/modules.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules.cpp')
-rw-r--r--src/modules.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules.cpp b/src/modules.cpp
index a052b9302..7d81a9125 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -181,7 +181,7 @@ void Server::QuitUser(userrec* user, std::string reason)
bool Server::IsUlined(std::string server)
{
- return is_uline(server.c_str())
+ return is_uline(server.c_str());
}
void Server::CallCommandHandler(std::string commandname, char** parameters, int pcnt, userrec* user)