Beispiel #1
0
def initialize():
    register_command(handle_reload)
    register_command(handle_restart)
    register_command(handle_quit)
    register_command(handle_pull)
    register_command(handle_git)
Beispiel #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)
Beispiel #3
0
def initialize():
    register_command(handle_help)
Beispiel #4
0
def initialize():
    register_command(handle_topic)
Beispiel #5
0
def initialize():
    register_command(handle_patience)
Beispiel #6
0
def initialize():
    register_command(handle_imgur)
    subscribe(scan_imgur_links)