summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/commands.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index edfd163db..6cda474ac 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -2861,6 +2861,9 @@ void process_restricted_commands(char token,char* params,serverrec* source,serve
// no operation
case '*':
break;
+ // no operation - reserved to prevent services issues
+ case ':':
+ break;
// N <TS> <NICK> <HOST> <DHOST> <IDENT> <MODES> <SERVER> :<GECOS>
// introduce remote client
case 'N':