Update README.md

This commit is contained in:
Ryan Huber 2014-11-18 11:30:27 -08:00
parent aade7618af
commit 254dc4b13c

View file

@ -86,7 +86,7 @@ Plugins can also run methods on a schedule. This allows a plugin to poll for upd
outputs.append(["C12345667", "hello world"])
####Plugin misc
The data is a plugin persists for the life of the rtmbot process. If you need persistent data, you should use something like sqlite or the python pickle libraries.
The data within a plugin persists for the life of the rtmbot process. If you need persistent data, you should use something like sqlite or the python pickle libraries.
####Todo:
Some rtm data should be handled upstream, such as channel and user creation. These should create the proper objects on-the-fly.