Exemplo n.º 1
0
def initialize():
    register_command(handle_reload)
    register_command(handle_restart)
    register_command(handle_quit)
    register_command(handle_pull)
    register_command(handle_git)
Exemplo n.º 2
0
def initialize():
    defaultSettings = """FORMAT = "%s" #format for a topic set by !topic, %s is replaced with the command's arguments
"""
    
    load_secondary_settings("topic", defaultSettings)
    register_command(handle_topic)
Exemplo n.º 3
0
def initialize():
    register_command(handle_help)
Exemplo n.º 4
0
def initialize():
    register_command(handle_topic)
Exemplo n.º 5
0
def initialize():
    register_command(handle_patience)
Exemplo n.º 6
0
def initialize():
    register_command(handle_imgur)
    subscribe(scan_imgur_links)