]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channels.h
OnRawMode event makes a return: This was removed post 1.0 because it was incredibly...
[user/henk/code/inspircd.git] / include / channels.h
index b9983ed88f13a43e662b81252a72df49145b123b..268adf47b1f642f0bc25c84a2f0456f39c05d77f 100644 (file)
@@ -135,6 +135,11 @@ class CoreExport Channel : public Extensible
        int maxbans;
 
  public:
+       /** Creates a channel record and initialises it with default values
+        * @throw Nothing at present.
+        */
+       Channel(InspIRCd* Instance, const std::string &name, time_t ts);
+
        /** The channel's name.
         */
        char name[CHANMAX];
@@ -331,11 +336,6 @@ class CoreExport Channel : public Extensible
         */
        bool HasUser(User* user);
 
-       /** Creates a channel record and initialises it with default values
-        * @throw Nothing at present.
-        */
-       Channel(InspIRCd* Instance);
-
        /** Make src kick user from this channel with the given reason.
         * @param src The source of the kick
         * @param user The user being kicked (must be on this channel)