C# Class SBProtect.Main

Inheritance: SBPlugin
Mostrar archivo Open project: xwcg/SpawnBot

Public Properties

Property Type Description
chanToAdd string

Public Methods

Method Description
Dispose ( ) : void
Host_eventPluginChannelCommandReceived ( string name, string channel, string command, string parameters ) : void
Host_eventPluginChannelMessageReceived ( string name, string message, string channel ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Host_eventPluginChannelCommandReceived() public method

public Host_eventPluginChannelCommandReceived ( string name, string channel, string command, string parameters ) : void
name string
channel string
command string
parameters string
return void

Host_eventPluginChannelMessageReceived() public method

public Host_eventPluginChannelMessageReceived ( string name, string message, string channel ) : void
name string
message string
channel string
return void

Property Details

chanToAdd public_oe property

public string chanToAdd
return string