module Robot9000

Extended Modules

Defined in:

privateparlor/robot9000.cr

Instance Method Summary

Instance Method Detail

def add_file_id(db : DB::Database, id : String) : Nil #

[View source]
def add_line(db : DB::Database, text : String) : Nil #

[View source]
def allow_text?(text : String, ranges : Array(Range(Int32, Int32))) : Bool #

[View source]
def ensure_r9k_schema(db : DB::Database, text : Bool | Nil, media : Bool | Nil) : Nil #

[View source]
def get_album_file_id(message : Tourmaline::Message) : String | Nil #

[View source]
def get_media_file_id(message : Tourmaline::Message) : String | Nil #

[View source]
def remove_links(text : String, entities : Array(Tourmaline::MessageEntity)) : String #

[View source]
def strip_text(text : String, entities : Array(Tourmaline::MessageEntity)) : String #

[View source]
def unoriginal_media?(db : DB::Database, id : String) : Bool | Nil #

[View source]
def unoriginal_text?(db : DB::Database, text : String) : Bool | Nil #

[View source]