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 548f6fdcb..1ff2f3f9d 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -255,7 +255,7 @@ void Server::SendCommon(userrec* User, std::string text,bool IncludeSender)
void Server::SendWallops(userrec* User, std::string text)
{
- WriteWallOps(User,"%s",text.c_str());
+ WriteWallOps(User,false,"%s",text.c_str());
}
bool Server::IsNick(std::string nick)