From b44542a6a8be10a47a41d788e465578a538b2bce Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Tue, 22 Nov 2011 14:42:15 +1300 Subject: [PATCH] Typo in plugins/namegen.py --- plugins/namegen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/namegen.py b/plugins/namegen.py index 2e68730..bbc3077 100644 --- a/plugins/namegen.py +++ b/plugins/namegen.py @@ -6,7 +6,7 @@ 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 = []