Top Level Namespace

Defined in:

Constant Summary

DATABASES = Hash(String, DB::Database).new
VERSION = "1.1"

Method Summary

Method Detail

def ban_user(identity : Int64) : Nil #

[View source]
def ban_user(identity : String) : Nil #

[View source]
def find_database(path : String) : Nil #

[View source]
def find_databases(path : String) : Nil #

[View source]
def find_user(identity : Int64) : Nil #

[View source]
def find_user(identity : String) : Nil #

[View source]
def list_banned_users : Nil #

[View source]
def list_ranked_users : Nil #

[View source]
def set_user_rank(identity : Int64, rank : String) : Nil #

[View source]
def set_user_rank(identity : String, rank : String) : Nil #

[View source]
def sync_blacklists(interval : Int32) : Nil #

[View source]
def sync_blacklists : Nil #

[View source]
def terminate_program(bot : PrivateParlor, routine : Tasker::Task) #

[View source]
def unban_user(identity : Int64) : Nil #

[View source]
def unban_user(identity : String) : Nil #

[View source]