Created
June 11, 2011 21:35
-
-
Save pikajude/1020985 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| return { | |
| ["_internal"] = { | |
| ["owner"] = "PrairieEagle", | |
| ["authtoken"] = "leave blank", | |
| ["oauthtoken"] = "leave blank", | |
| ["trigger"] = "!", | |
| ["oauthkey"] = "leave blank", | |
| ["username"] = "username here", | |
| ["rooms"] = { | |
| ["room1"] = 1, | |
| ["room2"] = 1 | |
| }, | |
| ["plugins"] = { | |
| ["sys"] = 1, | |
| ["math"] = 1, | |
| ["damn"] = 1 | |
| } | |
| }, | |
| ["version"] = "0.0.1", | |
| ["access"] = { | |
| ["PrairieEagle"] = 99 | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment