From: minima Date: Wed, 12 Jan 2005 12:33:48 +0000 (+0000) Subject: 1. Add $main::bumpexisting variable which allows a new connection for a user X-Git-Tag: R_1_52~237 X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=aad4e36d3753bf8dde671d14d73b1d9785b9ff41;hp=aad4e36d3753bf8dde671d14d73b1d9785b9ff41;p=spider.git 1. Add $main::bumpexisting variable which allows a new connection for a user call to disconnect an existing connection with the same call. The default for this variable is 'true' (1). This means that existing behaviour has changed. set/var $main::bumpexisting = 0 to return to original behaviour. 2. Remind a user every hour (as default) that they have new messages. set/var $DXCommandmode::msgpolltime = 3*3600 to set it to 3 hours. 3. Allow some substitutions in set/prompt (call, date, time and cluster call) and add dxspider just before the > as standard. 4. Add $main::allowdxby variable so that sysops can switch off the 'DX BY ' that causes only the first word of the comment to be recorded. ---