Skip to content

rasmus-saks/chatty-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatty-core

Core plugin that provides basic functionality for Chatty

Commands

The core plugin provides the following commands:

!help (command)

If command is omitted, shows a list of all visible commands. Otherwise, shows the usage and parameter descriptions of the given command.

!info

Displays information about Chatty: the number of running bots and plugins.

!register [username] [password]

Creates a new account with the given username and password for the user that executed the command.
The command can only be used in private messages.

!login [username] [password]

Logs a user in with the given username or password.
The command can only be used in private messages.

Building

Building is done using Maven. Build the pom.xml file using your favourite Java IDE or the command prompt: mvn install. The plugin's jar file is outputed into the target directory. Drop the jar file into Chatty's plugins folder and restart the bot.

About

Core plugin for Chatty.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages