From 2a6d3a8265ea7141688a01694e9572bd61dfbbb8 Mon Sep 17 00:00:00 2001 From: oz Date: Sat, 8 May 2021 14:25:04 +0000 Subject: [PATCH] Revert "fix unbalanced parens" This reverts commit ce60b01c59a1b885c961965eeca96c45fc0ebc7d. --- plugins/Markovian.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)