diff options
| author | 2005-12-04 17:28:24 +0000 | |
|---|---|---|
| committer | 2005-12-04 17:28:24 +0000 | |
| commit | 0cdc0d89af6a1121c8a17ac7e4de914c3e4fbbec (patch) | |
| tree | 338eb014c385b56be43475191e7846f87c4213ce /src/commands.cpp | |
| parent | Made globals come from global ;) (diff) | |
Missing ;
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2154 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/commands.cpp')
| -rw-r--r-- | src/commands.cpp | 2 |
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; } |
