summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2009-02-07 19:46:58 +0100
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2009-02-07 19:46:58 +0100
commitfb1e04dace26442dde5c6d2a924581ad3fb45518 (patch)
tree7d6b5ef08166368d480b9060e0f7a2ef796da43e /data
parent169fc6ff43667987ce57804653e4b5b73aaf2d08 (diff)
bash plugin: split long quotes at markers
Diffstat (limited to 'data')
-rw-r--r--data/rbot/plugins/bash.rb2
1 files changed, 1 insertions, 1 deletions
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)