Skip to content

Instantly share code, notes, and snippets.

@JAChapmanII
Created January 23, 2013 19:48
Show Gist options
  • Save JAChapmanII/4612175 to your computer and use it in GitHub Desktop.
Save JAChapmanII/4612175 to your computer and use it in GitHub Desktop.
list of current commands
moudles::init: PINKSERV2.brain
read dictionary, size is: 0
reading modules:
loading core (core functions)
loading markov (markov data)
2 modules read
discovered functions:
irc (issues an IRC command) [core]
echo (displays it's arguments) [core]
or (returns a random argument) [core]
rand (returns a random integer in a given range) [core]
drand (return a random double in a given range) [core]
type (return a string representation of the variable(s) type(s)) [core]
rm (wipe a variable form existence) [core]
reload (reload bot code) [core]
sleep (stop being awake) [core]
markov (returns a markov chain given a seed string) [markov]
ccount (return number of markov chains) [markov]
correct (magically corrects you) [markov]
dsize (return number of unique 1-grams) [markov]
rword (returns a random word (can be restricted to frequency range)) [markov]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment