]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channels.h
Feature request outlined in bug #257, allow connect/allow lines by port
[user/henk/code/inspircd.git] / include / channels.h
index 7daab2167c72509a43f18000d49186c1567bf6f0..305ff9974e8243c71f8f715e8db5c6d59f1b42e9 100644 (file)
@@ -352,7 +352,7 @@ class chanrec : public Extensible
         * been created if the channel did not exist before the user was joined to it.
         * If the user could not be joined to a channel, the return value may be NULL.
         */
-       static chanrec* JoinUser(InspIRCd* ServerInstance, userrec *user, const char* cn, bool override, const char* key = "");
+       static chanrec* JoinUser(InspIRCd* ServerInstance, userrec *user, const char* cn, bool override, const char* key, time_t TS = 0);
 
        /** Write to a channel, from a user, using va_args for text
         * @param user User whos details to prefix the line with