]> jfr.im git - solanum.git/blobdiff - modules/m_set.c
Remove stray SetCork.
[solanum.git] / modules / m_set.c
index 3f336c1edebe3af2c5f73e257a26fde265a13a5f..b518625c151ba763d1f36769c8f2a88831fdb348 100644 (file)
@@ -215,12 +215,12 @@ quote_max(struct Client *source_p, int newval)
 {
        if(newval > 0)
        {
-               if(newval > maxconnections - MAX_BUFFER)\r
-               {\r
-                       sendto_one_notice(source_p,\r
-                                         ":You cannot set MAXCLIENTS to > %d",\r
-                                         maxconnections - MAX_BUFFER);\r
-                       return;\r
+               if(newval > maxconnections - MAX_BUFFER)
+               {
+                       sendto_one_notice(source_p,
+                                         ":You cannot set MAXCLIENTS to > %d",
+                                         maxconnections - MAX_BUFFER);
+                       return;
                }
 
                if(newval < 32)