summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2007-08-28 00:28:19 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2007-08-28 00:28:19 +0000
commit231e833e4b84534131197569cb161c1349875708 (patch)
tree2d02f5361a7ba7be98b487af2d1e37d530172b28 /src
parentf4173d3a44fa7be263f5797999528fe8f88c77e9 (diff)
Make this comment make a little more sense.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7935 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/command_parse.cpp3
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);