diff options
author | Adam <Adam@anope.org> | 2017-10-22 17:16:32 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2017-10-22 17:16:32 -0400 |
commit | 14235cf938f1b93211f2d7538c3d3a39a64341e5 (patch) | |
tree | af5ebc03c200697baef268a5a99f4073c47b7fdf /include/event.h | |
parent | 6d79b0944026c8a8bb28ab47a53d70fb423f5aac (diff) |
Store full and masked message in logger for chanserv/log
Diffstat (limited to 'include/event.h')
-rw-r--r-- | include/event.h | 4 |
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 |