コード例 #1
0
ファイル: ircadm.py プロジェクト: unav1/ameliabot
def irc_cmd(server, nick, user, host, target, msg, data):
    if is_adm(host): send_cmd(server, data)
コード例 #2
0
ファイル: ircadm.py プロジェクト: unav1/ameliabot
def irc_cmd(server, nick, user, host, target, msg, data):
    if is_adm(host): send_cmd(server, data)
コード例 #3
0
ファイル: ircadm.py プロジェクト: joodicator/ameliabot
def irc_cmd(server, nick, user, host, target, msg, data):
    # is_adm(host) checks whether the user is authenticated
    # in order to send back to the server the irc command.
    if is_adm(host): send_cmd(server, data)
コード例 #4
0
ファイル: ircadm.py プロジェクト: pavantyagi/ameliabot
def irc_cmd(server, nick, user, host, target, msg, data):
    # is_adm(host) checks whether the user is authenticated
    # in order to send back to the server the irc command.
    if is_adm(host): send_cmd(server, data)