diff --git a/plugins/Markovian.rb b/plugins/Markovian.rb index 99b925d9..070a5cdf 100644 --- a/plugins/Markovian.rb +++ b/plugins/Markovian.rb @@ -11,7 +11,7 @@ class Markovian @@commands["markov"] = ":markov - generates a markov chain of words, starting with optional word " match /markov$/, method: :markov match /markov (\d+)$/, method: :markov - match /markov (\d+) ([\w ]+)$/, method: :markov + match /markov (\d+) ([\w ]+))$/, method: :markov listen_to :channel def listen(m)