Screwed up spacing
This commit is contained in:
parent
34927e7b98
commit
5aa8f66cd7
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@ def namegen(inp, say = None, nick = None, input=None, notice=None):
|
|||
".namegen [modules] -- generates some names using the chosen modules. \".namegen list\" will display a list of all modules"
|
||||
gen = molecular.Molecule()
|
||||
|
||||
all_modules = ["dever_f", "dwarves", "elves_m", "fantasy", "harn_cln", "harn_gar", "harn_m2", " harn_s_m", "human_m", "narn", "dever_m", "elves_d", "elves_n", "felana", " harn_f2", "harn_k_f", "harn_m", "hobbits", "inns", " orcs_t", "dragon", "elves_f", "elves_t", "general", "harn_f", "harn_k_m", "harn_s_f", "human_f", "items", "orcs_wh"]
|
||||
all_modules = ["dever_f", "dwarves", "elves_m", "fantasy", "harn_cln", "harn_gar", "harn_m2", "harn_s_m", "human_m", "narn", "dever_m", "elves_d", "elves_n", "felana", "harn_f2", "harn_k_f", "harn_m", "hobbits", "inns", " orcs_t", "dragon", "elves_f", "elves_t", "general", "harn_f", "harn_k_m", "harn_s_f", "human_f", "items", "orcs_wh"]
|
||||
|
||||
modules = []
|
||||
|
||||
inp.lower()
|
||||
|
||||
if inp == "list":
|
||||
notice("Available modules: dever_f, dwarves, elves_m, fantasy, harn_cln, harn_gar, harn_m2, harn_s_m, human_m, narn, dever_m, elves_d, elves_n, felana, harn_f2, harn_k_f, harn_m, hobbits, inns, orcs_t, dragon, elves_f, elves_t, general, harn_f, harn_k_m, harn_s_f, human_f, items, orcs_wh")
|
||||
notice("Available modules: dever_f, dwarves, elves_m, fantasy, harn_cln, harn_gar, harn_m2, harn_s_m, human_m, narn, dever_m, elves_d, elves_n, felana, harn_f2, harn_k_f, harn_m, hobbits, inns, orcs_t, dragon, elves_f, elves_t, general, harn_f, harn_k_m, harn_s_f, human_f, items, orcs_wh")
|
||||
return
|
||||
|
||||
if inp == "all":
|
||||
|
|
Reference in a new issue