diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-02-20 18:08:08 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-02-20 18:08:08 +0000 |
commit | 5509c602cb8783ceadf8028ff80c5dbeb4818704 (patch) | |
tree | 790a634776c329aed68e61df1106e33aa9813db0 /src/command_parse.cpp | |
parent | 2574b4118d6acd11feb2682ec8d9cd51f35e14e2 (diff) |
Seems trivial now, looking at it. Still to test then will commit to trunk.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8969 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/command_parse.cpp')
-rw-r--r-- | src/command_parse.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp index 492281e9a..a4e1e00d5 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -127,8 +127,6 @@ int CommandParser::LoopCall(User* user, Command* CommandObj, const char** parame new_parameters[splithere] = item.c_str(); - parameters[splithere] = item.c_str(); - /* Execute the command handler over and over. If someone pulls our user * record out from under us (e.g. if we /kill a comma sep list, and we're * in that list ourselves) abort if we're gone. |