Files
omnibot/lib
Alek Ratzloff 4cdcc388b6 Fix bug where message params were not being trimmed properly
If you send a message that says:

    "!command foo bar "

(note the ending space) - the parameters given back to the plugin would
be:

    ["foo", "bar "]

which is kind of strange in this instance. Therefore, ending whitespace
is trimmed for parameters and trailing parameters.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-11-16 18:20:23 -08:00
..
2020-08-18 16:41:51 -07:00
2020-07-15 16:25:25 -07:00