diff --git a/MUSHclient/worlds/Aardwolf.mcl b/MUSHclient/worlds/Aardwolf.mcl
index 6cde951f..77fa3d8a 100644
--- a/MUSHclient/worlds/Aardwolf.mcl
+++ b/MUSHclient/worlds/Aardwolf.mcl
@@ -115,62 +115,59 @@
-
-
- require "addxml" -- addxml extension
-
--- add the alias
+
+
+require "addxml"
addxml.alias {
- name = "command_line_alias_" .. string.gsub(Base64Encode("%1"), "=", ""),
+ name = "command_line_alias_"..string.gsub(Base64Encode("%1"), "=", ""),
match = "%1",
send = "%2",
sequence = 100,
enabled = true,
send_to = 10,
- group = "command_line_aliases"
- }
-
-ColourNote ("white", "green", "Added alias to match on '%1', sending '%2'")
-
-
-
- require "addxml" -- addxml extension
-
--- add the trigger
+ group = "%4"
+}
+
+ColourNote("white", "green", "Added alias "..(("%4" ~= "") and "to group '%4' " or "").."to match on '%1' and send '%2'")
+
+
+
+
+require "addxml"
addxml.trigger {
- name = "command_line_trigger_" .. string.gsub(Base64Encode("%1"), "=", ""),
+ name = "command_line_trigger_"..string.gsub(Base64Encode("%1"), "=", ""),
match = "%1",
send = "%2",
sequence = 100,
enabled = true,
send_to = 10,
- group = "command_line_triggers"
- }
+ group = "%4"
+}
-ColourNote ("white", "green", "Added trigger to match on '%1', sending '%2'")
-
-
+ColourNote("white", "green", "Added trigger "..(("%4" ~= "") and "to group '%4' " or "").."to match on '%1' and send '%2'")
+
+
+
-
-
- require "addxml" -- addxml extension
-
--- add the alias
+
+
+require "addxml"
addxml.alias {
- name = "command_line_alias_" .. string.gsub(Base64Encode("%1"), "=", ""),
+ name = "command_line_alias_"..string.gsub(Base64Encode("%1"), "=", ""),
match = "%1",
send = "%2",
sequence = 100,
enabled = true,
send_to = 10,
- group = "command_line_aliases"
- }
-
-ColourNote ("white", "green", "Added alias to match on '%1', sending '%2'")
-
-
-
- require "addxml" -- addxml extension
-
--- add the trigger
+ group = "%4"
+}
+
+ColourNote("white", "green", "Added alias "..(("%4" ~= "") and "to group '%4' " or "").."to match on '%1' and send '%2'")
+
+
+
+
+require "addxml"
addxml.trigger {
- name = "command_line_trigger_" .. string.gsub(Base64Encode("%1"), "=", ""),
+ name = "command_line_trigger_"..string.gsub(Base64Encode("%1"), "=", ""),
match = "%1",
send = "%2",
sequence = 100,
enabled = true,
send_to = 10,
- group = "command_line_triggers"
- }
+ group = "%4"
+}
-ColourNote ("white", "green", "Added trigger to match on '%1', sending '%2'")
-
-
+ColourNote("white", "green", "Added trigger "..(("%4" ~= "") and "to group '%4' " or "").."to match on '%1' and send '%2'")
+
+
+