brianfeaster / worldtm

Automatically exported from code.google.com/p/worldtm
0 stars 0 forks source link

Create IRC interface. #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Create an IRC interface.

Original issue reported on code.google.com by bri...@gmail.com on 24 Jun 2009 at 4:58

GoogleCodeExporter commented 8 years ago
The IRC agent, once connected to a single IRC server and channel, will spawn an 
Avatar for every visible user in the channel.  An avatar that hears a talk or 
scream voice will result in the agent sending the equivalent message to the IRC 
channel.  A whisper will be sent as a private message only to the users that 
can hear it in the channel.

An IRC agent will spawn many active Avatars testing the limits of World.  
Currently the map server does not handle multiple avatars from the same port 
very well and requires a rewrite.

Original comment by bri...@gmail.com on 29 Mar 2011 at 2:05

GoogleCodeExporter commented 8 years ago
Initial code in r145.  Only one avatar represents the gateway and communicates 
between the two services.  There are no avatars spawned yet for individual IRC 
users in a channel.

Original comment by bri...@gmail.com on 7 Apr 2011 at 5:46