diff options
Diffstat (limited to 'include/services.h')
-rw-r--r-- | include/services.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/services.h b/include/services.h index d5596c833..d90146e41 100644 --- a/include/services.h +++ b/include/services.h @@ -641,6 +641,7 @@ struct ChanAccess { int16 level; NickCore *nc; /* Guaranteed to be non-NULL if in use, NULL if not */ time_t last_seen; + std::string creator; }; /* AutoKick data. */ |