Enochen / bastmush

Automatically exported from code.google.com/p/bastmush
0 stars 0 forks source link

aard consider needs updating (level ranges not accurate) #128

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is your username on Aardwolf?
Jaxas

What steps will reproduce the problem?
1. needs to be updated to match the aard help file
2.
3.

Here are the updated values:

consider_messages = {
    a = { range = "-20 and below",  colour = "gray", },
    b = { range = "-10 to -19",     colour = "darkgreen", },
    c = { range = "-5 to -9",       colour = "forestgreen", },
    d = { range = "-2 to -4",       colour = "chartreuse", },
    e = { range = "-1 to +1",       colour = "springgreen", },
    f = { range = "+2 to +4",       colour = "darkgoldenrod", },
    g = { range = "+5 to +9",       colour = "gold", },
    h = { range = "+10 to +15",     colour = "tomato", },
    i = { range = "+16 to +20",     colour = "crimson", },
    j = { range = "+21 to +30",     colour = "lightpink", },
    k = { range = "+31 to +40",     colour = "darkmagenta", },
    l = { range = "+41 to +50",     colour = "darkviolet", },
    m = { range = "+51 and above",  colour = "magenta", },
      } -- end of consider_messages

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Look in Help->About
Mushclient Version:

type 'checkversion'
Aardwolf MUSH Version:

type 'plugins' and look for the version next to one of the bastmush plugins
Bastmush version:

Please add the output from "config all" below

Please provide any additional information below.

Original issue reported on code.google.com by javan...@netzero.com on 5 Jan 2012 at 1:54

GoogleCodeExporter commented 9 years ago
fixed in next release

Original comment by enda...@gmail.com on 5 Jan 2012 at 8:37