From fb1e04dace26442dde5c6d2a924581ad3fb45518 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sat, 7 Feb 2009 19:46:58 +0100 Subject: [PATCH] bash plugin: split long quotes at markers --- data/rbot/plugins/bash.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/rbot/plugins/bash.rb b/data/rbot/plugins/bash.rb index d9515f5e..16028356 100644 --- a/data/rbot/plugins/bash.rb +++ b/data/rbot/plugins/bash.rb @@ -161,7 +161,7 @@ class BashPlugin < Plugin # may want to echo more than one for latest/random quote = quotes.first end - m.reply quote.to_s + m.reply quote.to_s, :split_at => /\s+\|\s+/ end def xml_bash(m, id=nil) -- 2.39.5