Méthode | Description | |
---|---|---|
add_seen ( string nick, string channel, string line, bot ircbot ) : void | ||
control ( bot ircbot, BotConfig Conf, string line, string command, int nick_access, string nick, string channel, bool bot_command, string type ) : void | ||
get_seen_time ( string nick, string channel, bot ircbot ) : System.DateTime |
Méthode | Description | |
---|---|---|
display_seen ( string nick, string channel, bot ircbot ) : void |
public static add_seen ( string nick, string channel, string line, bot ircbot ) : void | ||
nick | string | |
channel | string | |
line | string | |
ircbot | bot | |
Résultat | void |
public control ( bot ircbot, BotConfig Conf, string line, string command, int nick_access, string nick, string channel, bool bot_command, string type ) : void | ||
ircbot | bot | |
Conf | BotConfig | |
line | string | |
command | string | |
nick_access | int | |
nick | string | |
channel | string | |
bot_command | bool | |
type | string | |
Résultat | void |
public static get_seen_time ( string nick, string channel, bot ircbot ) : System.DateTime | ||
nick | string | |
channel | string | |
ircbot | bot | |
Résultat | System.DateTime |