isundil пре 6 година
родитељ
комит
47a4254ce1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/commands/is_create.cpp

+ 1 - 1
src/commands/is_create.cpp

@@ -345,7 +345,7 @@ class ISCreate : public Module
 	ISCreate(const Anope::string &modname, const Anope::string &creator);
 	size_t GetMaxLines()
 	{
-		return 5;
+		return 25;
 	}
 };