]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules.cpp
Added xline.cpp and xline.h, implements k/g/z/q lines
[user/henk/code/inspircd.git] / src / modules.cpp
index a052b9302a4abd6fa3a4c7aae8f7960a376d26ae..7d81a9125ceb80ad67890637661faaf730c467b6 100644 (file)
@@ -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)