summaryrefslogtreecommitdiff
path: root/data/rbot
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2011-12-07 09:12:09 +0100
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2011-12-07 09:12:09 +0100
commit1336c5da256161ae2c1468f3d3e67fdb4acc3151 (patch)
treeda1893a81b48034eddf7087e84e8b5a734a49192 /data/rbot
parent5bf664d5b10362b94fa00593ffdaa154492a9a7d (diff)
markov: mention learn in summary help
Diffstat (limited to 'data/rbot')
-rwxr-xr-xdata/rbot/plugins/markov.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/markov.rb b/data/rbot/plugins/markov.rb
index 9e4bbb92..621935c6 100755
--- a/data/rbot/plugins/markov.rb
+++ b/data/rbot/plugins/markov.rb
@@ -367,7 +367,7 @@ class MarkovPlugin < Plugin
"learn from the text in the specified <file>, optionally using the given <pattern> to filter the text.",
"you can sample what would be learned by specifying 'testing <num> lines'"].join(' ')
else
- "markov plugin: listens to chat to build a markov chain, with which it can (perhaps) attempt to (inanely) contribute to 'discussion'. Sort of.. Will get a *lot* better after listening to a lot of chat. Usage: 'chat' to attempt to say something relevant to the last line of chat, if it can -- help topics: ignore, readonly, delay, status, probability, chat, chat about"
+ "markov plugin: listens to chat to build a markov chain, with which it can (perhaps) attempt to (inanely) contribute to 'discussion'. Sort of.. Will get a *lot* better after listening to a lot of chat. Usage: 'chat' to attempt to say something relevant to the last line of chat, if it can -- help topics: ignore, readonly, delay, status, probability, chat, chat about, learn"
end
end