]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channels.h
m_spanningtree Remove SpanningTreeUtilities* fields and parameters
[user/henk/code/inspircd.git] / include / channels.h
index fbb38d5da9e4f53e0a9ae225dafb43f52cd46c11..0c7a3a20c96df484e3ed25321182e2cd521d0bae 100644 (file)
@@ -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);