diff --git a/NoSoliciting.Tests/DefinitionsTests/Global.FreeCompany.cs b/NoSoliciting.Tests/DefinitionsTests/Global.FreeCompany.cs index 76be4b6..af0ecc4 100644 --- a/NoSoliciting.Tests/DefinitionsTests/Global.FreeCompany.cs +++ b/NoSoliciting.Tests/DefinitionsTests/Global.FreeCompany.cs @@ -18,6 +18,7 @@ namespace NoSoliciting.Tests.DefinitionsTests.Global { new TestMessage(ChatType.Shout, "Need an FC? Why not come home to Amaurot? A small group with weekly events, active discord, players primarily on 3 - 11 pm EST /tell me for more info!"), new TestMessage(ChatType.Shout, " is a small, social FC looking for new or active players who regularly want to socialize and do content together. If this sounds like something you’re interested in, send me a /tell or apply via an application"), new TestMessage(ChatType.Shout, @"Paw Paw Grrr is currently recruiting! We are friendly bunch with constant mood for weird ideas! New? Veteran? Crafter? Doesn't matter! \tell me or Ophelia Shepard for inv :)"), + new TestMessage(ChatType.Shout, "We have a beautiful mansion in the Mist with all comforts, a fleet farming for us and +20% battle exp buff on Saturdays! Send me a /tell if you want more info or a invite!"), // party finder new TestMessage("FC recruiting new and experienced players. Interested? Join party, send me a /tell or stop by the FC house for more information. "), diff --git a/NoSoliciting/definitions.yaml b/NoSoliciting/definitions.yaml index 3f2e9bf..baa5b7b 100644 --- a/NoSoliciting/definitions.yaml +++ b/NoSoliciting/definitions.yaml @@ -48,7 +48,7 @@ # slower but more flexible, and they are specified by using a regex # key, as can be seen below. -version: 34 +version: 35 # This is the URL the plugin will POST reports to. report_url: https://nosol.annaclemens.io/report @@ -227,6 +227,7 @@ global: - buff - event - house + - mansion - level - raid - hunt @@ -244,4 +245,5 @@ global: - regex: '\bold\b' - regex: '\bvets?\b' # has common keywords 2 - - - welcom \ No newline at end of file + - - welcom + - invite \ No newline at end of file