]> arthur.barton.de Git - ngircd.git/blobdiff - src/ngircd/irc-channel.c
Always enable modeless channels.
[ngircd.git] / src / ngircd / irc-channel.c
index 3f76452e48f93fafdf5a68b67686476d649e78fa..934c9082c8f4647bf41f0ceb1751c7ac93d50a31 100644 (file)
@@ -242,10 +242,9 @@ IRC_JOIN( CLIENT *Client, REQUEST *Req )
                        if (!chan) {
                                /*
                                 * New Channel: first user will be channel operator
-                                * unless this is a modeless channel... */
-#ifndef STRICT_RFC
+                                * unless this is a modeless channel.
+                                */
                                if (*channame != '+')
-#endif
                                        flags = "o";
                        } else
                                if (!join_allowed(Client, target, chan, channame, key))