C# Class Bot.Modules.access

Inheritance: Module
Show file Open project: uncled1023/IRCBot Class Usage Examples

Public Methods

Method Description
control ( bot ircbot, BotConfig Conf, string line, string command, int nick_access, string nick, string channel, bool bot_command, string type ) : void
del_access_list ( string nick, string channel, string access, bot ircbot ) : void
get_access_list ( string nick, string channel, bot ircbot ) : List
list_access_list ( string nick, string channel, bot ircbot ) : void
set_access_list ( string nick, string channel, string access, bot ircbot ) : void

Method Details

control() public method

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
return void

del_access_list() public method

public del_access_list ( string nick, string channel, string access, bot ircbot ) : void
nick string
channel string
access string
ircbot bot
return void

get_access_list() public method

public get_access_list ( string nick, string channel, bot ircbot ) : List
nick string
channel string
ircbot bot
return List

list_access_list() public method

public list_access_list ( string nick, string channel, bot ircbot ) : void
nick string
channel string
ircbot bot
return void

set_access_list() public method

public set_access_list ( string nick, string channel, string access, bot ircbot ) : void
nick string
channel string
access string
ircbot bot
return void