summaryrefslogtreecommitdiff
path: root/include/event.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2017-10-22 17:16:32 -0400
committerAdam <Adam@anope.org>2017-10-22 17:16:32 -0400
commit14235cf938f1b93211f2d7538c3d3a39a64341e5 (patch)
treeaf5ebc03c200697baef268a5a99f4073c47b7fdf /include/event.h
parent6d79b0944026c8a8bb28ab47a53d70fb423f5aac (diff)
Store full and masked message in logger for chanserv/log
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