Browse Source

Refs #5 max line count

isundil 6 years ago
parent
commit
47a4254ce1
1 changed files with 1 additions and 1 deletions
  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;
 	}
 };