summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 6e68e66d7..f59901772 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -688,7 +688,7 @@ void handle_notice(char **parameters, int pcnt, userrec *user)
servermask++;
if (match(ServerName,servermask))
{
- NoticeAll(user, true, "%s",parameters[1])
+ NoticeAll(user, true, "%s",parameters[1]);
}
return;
}