]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Change 974 numeric to 490 to avoid collision with Insp's failed to load module error
authorom <om@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 23 Jan 2006 00:30:49 +0000 (00:30 +0000)
committerom <om@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 23 Jan 2006 00:30:49 +0000 (00:30 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2852 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_sslmodes.cpp

index dbcf194fac04c3eb6a500d874a13db02b5235deb..1a7f0670b73a96a7e213fdf4c4e30dad7ba47d7b 100644 (file)
@@ -60,7 +60,7 @@ class ModuleSSLModes : public Module
                        {
                                if(!userlist[i]->GetExt("ssl"))
                                {
-                                       WriteServ(user->fd, "974 %s %s :all members must be connected via SSL", user->nick, chan->name);
+                                       WriteServ(user->fd, "490 %s %s :all members of the channel must be connected via SSL", user->nick, chan->name);
                                        return 0;
                                }
                        }