summaryrefslogtreecommitdiff
path: root/include/logger.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-09-01 18:54:51 -0400
committerAdam <Adam@anope.org>2012-09-01 18:54:51 -0400
commite3d5140dcc936ff411c438b7e3997104cb5f085a (patch)
tree49d7ee0b3e531a1c81e35fb10f25e6340fa781ba /include/logger.h
parentf81d0113a21187d68c5fa0f1262e5514465b1953 (diff)
Added a web panel module + a default template
Diffstat (limited to 'include/logger.h')
-rw-r--r--include/logger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/logger.h b/include/logger.h
index 9364cfb7c..eea86f890 100644
--- a/include/logger.h
+++ b/include/logger.h
@@ -49,6 +49,7 @@ class CoreExport Log
{
public:
const BotInfo *bi;
+ Anope::string nick;
const User *u;
const NickCore *nc;
Command *c;