diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/command_parse.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp index 54a077b82..e0085f9d7 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -358,8 +358,7 @@ void CommandParser::ProcessCommand(userrec *user, std::string &cmd) return; /* - * WARNING: nothing should come after this, as the user may be on a cull list to - * be nuked next loop iteration. be sensible. + * WARNING: be careful, the user may be deleted soon */ CmdResult result = cm->second->Handle(command_p,items,user); |