Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Alex Stewart
2019-04-20 23:32:59 -07:00
6 changed files with 71 additions and 71 deletions
+1
View File
@@ -1,6 +1,7 @@
-- Example plugin stub. This function is called and passed the input message.
-- If nil is returned, the plugin is considered to have not run, but if any
-- other value is returned, it's interpreted as a string and sent back to the user.
-- 'local' variables inside of this file persiste between plugin calls.
function plugin(message)
return nil;
end