This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from flask.ext.irc import BotModule, CommandAborted | |
from exodus import login_required, db | |
auth = BotModule('Auth', __name__) | |
@auth.command('addhost') | |
def addhost(source, channel): | |
"""Show the URL to connect your host with your account. | |
This command shows you the URL to associate your hostname with an account. |