summaryrefslogtreecommitdiff
path: root/include/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/event.h')
-rw-r--r--include/event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/event.h b/include/event.h
index 985eb6ef7..0dc200c7e 100644
--- a/include/event.h
+++ b/include/event.h
@@ -1083,9 +1083,9 @@ namespace Event
using Events::Events;
/** Called when a message is logged
- * @param l The log message
+ * @param logger The logger
*/
- virtual void OnLog(Logger *l) anope_abstract;
+ virtual void OnLog(Logger *logger) anope_abstract;
};
struct CoreExport LogMessage : Events