From c8fc75ab7bbc7acc1690ebe7411d6f6fe9f47d26 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Thu, 4 Oct 2007 23:46:51 +0000 Subject: [PATCH 1/1] quiz plugin: split top N tables at the name divisor --- data/rbot/plugins/games/quiz.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/rbot/plugins/games/quiz.rb b/data/rbot/plugins/games/quiz.rb index 37602fba..792b75ae 100644 --- a/data/rbot/plugins/games/quiz.rb +++ b/data/rbot/plugins/games/quiz.rb @@ -706,7 +706,7 @@ class QuizPlugin < Plugin score = player[1].score ar << "#{i + 1}. #{unhilight_nick( nick )} (#{score})" end - m.reply ar.join(" | ") + m.reply ar.join(" | "), :split_at => /\s+\|\s+/ end -- 2.39.2