From: om Date: Mon, 23 Jan 2006 00:30:49 +0000 (+0000) Subject: Change 974 numeric to 490 to avoid collision with Insp's failed to load module error X-Git-Tag: v2.0.23~9229 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=4cb2be033bbb0eafc7ee4fa579daf7ccaca8860b;p=user%2Fhenk%2Fcode%2Finspircd.git Change 974 numeric to 490 to avoid collision with Insp's failed to load module error git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2852 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/src/modules/m_sslmodes.cpp b/src/modules/m_sslmodes.cpp index dbcf194fa..1a7f0670b 100644 --- a/src/modules/m_sslmodes.cpp +++ b/src/modules/m_sslmodes.cpp @@ -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; } }