summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsychon <psychon@e03df62e-2008-0410-955e-edbf42e46eb7>2008-09-21 09:07:56 +0000
committerpsychon <psychon@e03df62e-2008-0410-955e-edbf42e46eb7>2008-09-21 09:07:56 +0000
commit073eb3d17f125259ea9b4fcdab78a196ced96593 (patch)
tree5030ef87ee72d65f17bcfce8b6bbd08927b8a603
parent4a455cfeea2decf9e979405f52c085593d50c18a (diff)
Fix some comment which was left over from before the conversion from User* to UID
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10574 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--include/configreader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configreader.h b/include/configreader.h
index 31551dedb..41a0fc9b1 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -792,9 +792,9 @@ class CoreExport ServerConfig : public Extensible
/** Report a configuration error given in errormessage.
* @param bail If this is set to true, the error is sent to the console, and the program exits
- * @param user If this is set to a non-null value, and bail is false, the errors are spooled to
- * this user as SNOTICEs.
- * If the parameter is NULL, the messages are spooled to all opers.
+ * @param useruid If this is set to a non-empty value which is a valid UID, and bail is false,
+ * the errors are spooled to this user as SNOTICEs.
+ * If the parameter is not a valid UID, the messages are spooled to all opers.
*/
void ReportConfigError(const std::string &errormessage, bool bail, const std::string &useruid);