]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Added a couple of \n's to my 'Quotes File Not found' message..
authorfrostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 27 Jul 2003 22:04:54 +0000 (22:04 +0000)
committerfrostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 27 Jul 2003 22:04:54 +0000 (22:04 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@184 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_randquote.cpp

index 887045a12c8f98291191b153c1fbc0fc2efcfac8..5db1c66acd59ce7ce28050f9e34ad3ca61de410f 100644 (file)
@@ -33,7 +33,7 @@ class ModuleRandQuote : public Module
                suffix = conf->ReadValue("randquote","suffix",0);
 
                if (q_file == "") {
-                       printf("m_randquote: Quotefile not specified.. Please check your config.");
+                       printf("m_randquote: Quotefile not specified.. Please check your config.\n\n");
                        exit(0);
                 }