From 31900d8083615e8d3af2317410360fdaa75eba56 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 4 May 2005 18:33:05 +0000 Subject: Changed to handle : as a NOP token so that 'assuming' inspircd knows RFC commands wont cause tons of errors git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1305 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/commands.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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 : // introduce remote client case 'N': -- cgit v1.2.3