Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Ocelotworks/UnacceptableBOT2

Repository files navigation

UnacceptableBOT2

Stevie, Java IRC bot full of useful features.

=================== Snapchat

	Snapchat no longer works, and probably will not again.

==================== Database

The database will be processed by `ConfigHandler.class` and managed by `MySQLConnection.class`.  
Every variable will be managed by `ConfigHandler.class` for example Disabled commands, banned users etc

`configHandler.getBoolean("cd:fillmein")` would return `true` or `false` depending on whether the command !fillmein is disabled.
`configHandler.getInteger("facuettimeout")` would return an integer value.
`configHandler.getUserInfo("UnacceptableUse")` would return a `UBUser` instance containing stats etc about that user

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages