--- googlecode.com/svn/trunk/Meteor/Config.pm 2008/02/04 19:02:49 45 +++ googlecode.com/svn/trunk/Meteor/Config.pm 2008/02/04 22:23:52 48 @@ -65,7 +65,7 @@ 'Template for each line in channelinfo', - ChannelInfoTemplate => '~name~ ~messageCount~\r\n', + ChannelInfoTemplate => '~name~ ~messageCount~ ~lastMsgID~\r\n', 'Print out this help message', Help => '', @@ -112,6 +112,13 @@ 'The syslog facility to use', SyslogFacility => 'daemon', + +'IP address for udp server (leave empty for all local addresses)', + UDPIP => '', + +'Port number for udp connections, set to 0 to disable', + UDPPort => 0, + ); our %ConfigFileData=();