X-Git-Url: https://plomlompom.com/repos/?p=plomlombot-irc.git;a=blobdiff_plain;f=plomlombot.py;h=412ae2117aeb9fc73df1a105ed70014094e992f7;hp=42db076c6099fe7c8dd4983b7571a968e3ab5538;hb=ee64c72b59346940c29cf068dd7b1cb9425f332e;hpb=0bea5f96ccd070ce5f160dbc897cdb84c05d3b40 diff --git a/plomlombot.py b/plomlombot.py index 42db076..412ae21 100755 --- a/plomlombot.py +++ b/plomlombot.py @@ -194,7 +194,7 @@ def handle_command(command, argument, notice, target, session): def markov(): def help(): - notice("syntax: !markov [int]") + notice("syntax: !markov [integer from 1 to infinite]") def markov(snippet): usable_selections = [] @@ -234,7 +234,7 @@ def handle_command(command, argument, notice, target, session): selections = [] if not os.access(session.markovfile, os.F_OK): - notice("not enough text to markov") + notice("not enough text to markov for selection length") return # Lowercase incoming lines, ensure they end in a sentence end mark.