[Opensim-users] IRC module

Dr Scofield DrScofield at xyzzyxyzzy.net
Mon Jan 11 10:14:19 UTC 2010


On 01/09/2010 07:47 AM, Rob wrote:
> Please mind if these is just a repost of what I posted before, but I
> have had so many issues with the mailing list, and I don’t even know if
> this got through.  If this is just a repost, please accept my apologies,
> I am not trying to spam for help.
> 
>  
> 
> I had posed a request earlier about the irc module and my issues with
> it.  Unfortunately Microsoft made a mess of that e-mail account, so I am
> using an alternate e-mail.  I did receive the request for the irc
> section of the OpenSim.ini  So I will post it below, along with a repost
> of the errors.
> 
>  
> 
> [IRC]
> 
> enabled = true
> 
> server  = irc.afterx.net
> 
> nick    = OpenSinBo
> 
> channel = #testchan
> 
> port = 6667
> 
> relay_chat = true
> 
> report_clients = true
> 
>  
> 
> commands_enabled = false
> 
> command_channel = 4711
> 
> access_password = *******
> 
>  
> 
> relay_private_channels = false
> 
> relay_private_channel_out = 4712
> 
> relay_private_channel_in = 4713
> 
>  
> 
> The error is as follows
> 
>  
> 
> [IRC-Channel-2]: Initial request by Region The Eleventh domain to
> connect to IRC
> 
> 13:45:26 - [IRC-Channel-2]: Server : <irc.afterx.net>
> 
> 13:45:26 - [IRC-Channel-2]: IrcChannel : <#testchan>
> 
> 13:45:26 - [IRC-Channel-2]: Port : <6667>
> 
> 13:45:26 - [IRC-Channel-2]: BaseNickname : <OpenSinBo>
> 
> 13:45:26 - [IRC-Channel-2]: RandomizeNickname : <True>
> 
> 13:45:26 - [IRC-Channel-2]: RandomizeNickname : <True>
> 
> 13:45:26 - [IRC-Channel-2]: User : <>

User is missing.

> 
> 13:45:26 - [IRC-Channel-2]: CommandsEnabled : <False>
> 
> 13:45:26 - [IRC-Channel-2]: CommandChannel : <-1>
> 
> 13:45:26 - [IRC-Channel-2]: CommandChannel : <4711>
> 
> 13:45:26 - [IRC-Channel-2]: RelayChat           : <True>
> 
> 13:45:26 - [IRC-Channel-2]: RelayPrivateChannels : <False>
> 
> 13:45:26 - [IRC-Channel-2]: RelayPrivateChannels : <False>
> 
> 13:45:26 - [IRC-Channel-2]: RelayChannelOut : <4712>
> 
> 13:45:26 - [IRC-Channel-2]: RelayChannel : <4713>
> 
> 13:45:26 - [IRC-Channel-2]: RelayChannel : <4713>
> 
> 13:45:26 - [IRC-Channel-2]: PrivateMessageFormat : <PRIVMSG {0} :<{1} in
> {2}>: {3}>
> 
> 13:45:26 - [IRC-Channel-2]: NoticeMessageFormat : <PRIVMSG {0} :<{2}> {3}>
> 
> 13:45:26 - [IRC-Channel-2]: ClientReporting : <True>
> 
> 13:45:26 - [IRC-Channel-2]: ClientReporting : <True>
> 
> 13:45:26 - [IRC-Channel-2]: DefaultZone : <Sim>
> 
> 13:45:26 - [IRC-Channel-2]: ConnectDelay : <10>
> 
> 13:45:26 - [IRC-Channel-2]: PingDelay : <15>
> 
> 13:45:26 - [IRC-Channel-2]: AccessPassword : <WuffWuff>
> 
> 13:45:26 - [IRC-Bridge]: Region The Eleventh domain not connected to IRC
> : [IRC-Channel-2] Invalid configuration for region The Eleventh domain

if you take a look at the source code
(OpenSim/Region/OptionalModules/Avatar/Chat/ChannelState, you'll see that if one
of server, nick, channel, user is null you'll get that exception.

looking at the log statements above, it's user which is null.

	cheers,
	DrS/dirk

-- 
dr dirk husemann ---- virtual worlds research ---- ibm zurich research lab
SL: dr scofield ---- drscofield at xyzzyxyzzy.net ---- http://xyzzyxyzzy.net/
RL: hud at zurich.ibm.com - +41 44 724 8573 - http://www.zurich.ibm.com/~hud/



More information about the Opensim-users mailing list