C# Class Aurora.Addon.IRCChat.IRCParcelService

Inheritance: INonSharedRegionModule
Datei anzeigen Open project: aurora-sim/Aurora-Sim-Optional-Modules

Public Methods

Method Description
AddRegion ( IScene scene ) : void
Close ( ) : void
Initialise ( IConfigSource source ) : void
PostInitialise ( ) : void
RegionLoaded ( IScene scene ) : void
RemoveRegion ( IScene scene ) : void

Private Methods

Method Description
CloseClient ( IScenePresence sp ) : void
ControllingClient_OnInstantMessage ( IClientAPI remoteclient, Aurora.Framework.GridInstantMessage im ) : bool
CreateIRCConnection ( IScenePresence presence, string network ) : void
EventManager_OnAvatarEnteringNewParcel ( IScenePresence presence, ILandObject oldParcel ) : void
EventManager_OnChatFromClient ( IClientAPI sender, OSChatMessage chat ) : void
EventManager_OnMakeChildAgent ( IScenePresence presence, Aurora.Framework.Services.GridRegion destination ) : void
EventManager_OnMakeRootAgent ( IScenePresence presence ) : void
EventManager_OnRemovePresence ( IScenePresence presence ) : void
HookUpClientEvents ( IScenePresence sp, MetaBuilders.Irc.Client client ) : void
JoinChannel ( MetaBuilders.Irc.Client client, string channel, IScenePresence presence ) : void
SwitchChannels ( IScenePresence presence, ILandObject oldParcel, MetaBuilders.Irc.Client client ) : void
TryGetClient ( UUID uUID, MetaBuilders.Irc.Client &client ) : bool
TryGetNetwork ( IScenePresence avatar, string &network ) : bool
chatting ( Object sender, IrcMessageEventArgs e, IScenePresence presence ) : void
dataGot ( Object sender, MetaBuilders.Irc.Network.ConnectionDataEventArgs e ) : void
dataSent ( Object sender, MetaBuilders.Irc.Network.ConnectionDataEventArgs e ) : void
logDisconnected ( Object sender, MetaBuilders.Irc.Network.ConnectionDataEventArgs e ) : void
timeRequested ( Object sender, IrcMessageEventArgs e, MetaBuilders.Irc.Client client ) : void
welcomed ( Object sender, IrcMessageEventArgs e, MetaBuilders.Irc.Client client, IScenePresence sp ) : void

Method Details

AddRegion() public method

public AddRegion ( IScene scene ) : void
scene IScene
return void

Close() public method

public Close ( ) : void
return void

Initialise() public method

public Initialise ( IConfigSource source ) : void
source IConfigSource
return void

PostInitialise() public method

public PostInitialise ( ) : void
return void

RegionLoaded() public method

public RegionLoaded ( IScene scene ) : void
scene IScene
return void

RemoveRegion() public method

public RemoveRegion ( IScene scene ) : void
scene IScene
return void