Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
/ Blue Public archive

Source for Blue bot

Notifications You must be signed in to change notification settings

WikiaUsers/Blue

Repository files navigation

████████████████████████████████████████████████████████████████████████████████
█                                  Blue Bot                                    █
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
█ Blue Bot (c) Maria Williams 2016 - is an extensible chat bot written in Java █
█    Its goal is to be modular enough that one can define their own connectors █
█    yet defined well enough so as to not create ambiguity during development. █
█                                                                              █
█    Blue is also scriptable. This means that any language which you can       █
█    compile to JVM bytecode can be used to write plugins for Blue provided    █
█    that they implement the plugin interface. On top of being extendable via  █
█    compiled plugins Blue also offers a Lua interface so that plugins can be  █
█    written in Lua as well. This makes scripting Blue much more accessible.   █
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
█ Note:                                                                        █
█     While Blue was designed and built for Wikia chats it can also be used    █
█     for other chat platforms provided that you write your own connector that █
█     implements the connector interface. If you do this you gain the added    █
█     bonus of all of Blue's plugins being able to work via your chat as well. █
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
█ License:                                                                     █
█     To facilitate free use of Blue I have carefully chosen a license that    █
█     best suits the ideals of Blue in that it is meant to be used without     █
█     any limitations on the part of the user(s) or developer(s).              █
█                                                                              █
█     For this reason I have chosen to place Blue's source code under the MIT  █
█     open source license in the hopes that people will take Blue and create   █
█     something great with it.                                                 █
█                                                                              █
█     You can find the full license text below.                                █
█                                                                              █
█ The MIT License (MIT)                                                        █
█ Copyright (c) 2016 Maria Williams and Contributors                           █
█                                                                              █
█ Permission is hereby granted, free of charge, to any person obtaining a copy █
█ of this software and associated documentation files (the "Software"), to     █
█ deal in the Software without restriction, including without limitation the   █
█ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or  █
█ sell copies of the Software, and to permit persons to whom the Software is   █
█ furnished to do so, subject to the following conditions:                     █
█                                                                              █
█ The above copyright notice and this permission notice shall be included in   █
█ all copies or substantial portions of the Software.                          █
█                                                                              █
█ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR   █
█ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,     █
█ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE  █
█ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER       █
█ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING      █
█ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS █
█ IN THE SOFTWARE.                                                             █
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
█ Authors:                                                                     █
█     Did you contribute to the source of Blue? If so put your name here!      █
█                                                                              █
█     - Maria Williams <[email protected]>                                   █
████████████████████████████████████████████████████████████████████████████████

Releases

No releases published

Packages

No packages published

Languages