/[meteor]/googlecode.com/svn/trunk/Meteor/Config.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /googlecode.com/svn/trunk/Meteor/Config.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 45 by knops.gerd, Mon Feb 4 19:02:49 2008 UTC revision 48 by knops.gerd, Mon Feb 4 22:23:52 2008 UTC
# Line 65  package Meteor::Config; Line 65  package Meteor::Config;
65    
66  'Template for each line in channelinfo',  'Template for each line in channelinfo',
67    
68          ChannelInfoTemplate             => '~name~ ~messageCount~\r\n',          ChannelInfoTemplate             => '~name~ ~messageCount~ ~lastMsgID~\r\n',
69    
70  'Print out this help message',  'Print out this help message',
71          Help                                    => '',          Help                                    => '',
# Line 112  package Meteor::Config; Line 112  package Meteor::Config;
112    
113  'The syslog facility to use',  'The syslog facility to use',
114          SyslogFacility                  => 'daemon',          SyslogFacility                  => 'daemon',
115            
116    'IP address for udp server (leave empty for all local addresses)',
117            UDPIP                                   => '',
118            
119    'Port number for udp connections, set to 0 to disable',
120            UDPPort                                 => 0,
121    
122          );          );
123                    
124          our %ConfigFileData=();          our %ConfigFileData=();

Legend:
Removed from v.45  
changed lines
  Added in v.48

  ViewVC Help
Powered by ViewVC 1.1.26