update docs for config changes plus statserv compile fix

This commit is contained in:
Mark 2004-07-10 22:46:26 +00:00
parent 4acc74ed17
commit 55d7708609
5 changed files with 11 additions and 28 deletions

25
README
View file

@ -305,34 +305,9 @@ SERVER_NUMERIC <numeric> [RECOMMENDED]
SERVER_NUMERIC 1
STATSERV_NETNAME <network name> [REQUIRED]
Your network name, if unknown refer to your network file. Does not
apply to all IRCDs e.g.
STATSERV_NETNAME neostats
For irc.neostats.net
NeoStats Configuration options
------------------------------
NEOSTAT_HOST <host> [REQUIRED]
Specifies the Hostname that NeoStats comes from Some people like to
make it the same as the Services host (e.g., services.neostats.net)
or one just for NeoStats (e.g., stats.neostats.net) e.g.
NEOSTATS_HOST stats.neostats.net
The bot will appear as NeoStats!user@stats.neostats.net
NEOSTAT_USER <user> [REQUIRED]
Specifies the User/ident of the NeoStats Bot (the part before the
@host) e.g.
NEOSTATS_USER neo
The bot will apear as NeoStats!neo@Host
SERVICES_CHAN #<channel name> [REQUIRED]
Specify the channel that all bots on NeoStats
will automatically join, and echo out any

View file

@ -1,5 +1,5 @@
#!/bin/sh
# makeconf $Id
# makeconf $Id$
TIME=`date +"%H:%M:%S %Z"`
DATE=`date +"%a, %b %e %Y"`

View file

@ -226,7 +226,7 @@ static int ea_event_mode(CmdParams* cmdparams)
int add = 0;
char *modes;
/* bail if we are not synced */
/* bail if we are not synched */
if (!is_synched)
return 0;

View file

@ -45,7 +45,7 @@ static int check_interval()
static int lasttime;
static int count;
if (!StatServ.onchan || !me.synced) {
if (!StatServ.onchan || !me.synched) {
return -1;
}
if ((me.now - lasttime) < StatServ.msginterval ) {

View file

@ -112,6 +112,10 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hostserv", "hostserv\hostse
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "statserv", "statserv\statserv.vcproj", "{46CEA1C0-DA36-4E6A-B9B6-6799FC1407E3}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
@ -210,6 +214,10 @@ Global
{7EA316E9-629A-47BC-8BE8-EA7167FEE441}.Debug.Build.0 = Debug|Win32
{7EA316E9-629A-47BC-8BE8-EA7167FEE441}.Release.ActiveCfg = Release|Win32
{7EA316E9-629A-47BC-8BE8-EA7167FEE441}.Release.Build.0 = Release|Win32
{46CEA1C0-DA36-4E6A-B9B6-6799FC1407E3}.Debug.ActiveCfg = Debug|Win32
{46CEA1C0-DA36-4E6A-B9B6-6799FC1407E3}.Debug.Build.0 = Debug|Win32
{46CEA1C0-DA36-4E6A-B9B6-6799FC1407E3}.Release.ActiveCfg = Release|Win32
{46CEA1C0-DA36-4E6A-B9B6-6799FC1407E3}.Release.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection