diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/channels.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/channels.h b/include/channels.h index fbb38d5da..0c7a3a20c 100644 --- a/include/channels.h +++ b/include/channels.h @@ -63,7 +63,9 @@ class CoreExport Channel : public Extensible, public InviteBase public: /** Creates a channel record and initialises it with default values - * @throw Nothing at present. + * @param name The name of the channel + * @param ts The creation time of the channel + * @throw CoreException if this channel name is in use */ Channel(const std::string &name, time_t ts); |