C# Class SBVirtualAnsweringMachine.Main

Inheritance: SBPlugin
显示文件 Open project: xwcg/SpawnBot

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
Activity ( string name ) : void
Host_eventPluginChannelCommandReceived ( string name, string channel, string command, string parameters ) : void
Host_eventPluginChannelMessageReceived ( string name, string message, string channel ) : void
Host_eventPluginUserChangedNick ( string name, string newname ) : void
Host_eventPluginUserJoined ( string channel, string name ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void