diff --git a/README b/README index 668af0b6..3a82d419 100644 --- a/README +++ b/README @@ -305,34 +305,9 @@ SERVER_NUMERIC [RECOMMENDED] SERVER_NUMERIC 1 -STATSERV_NETNAME [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 [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 [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 # [REQUIRED] Specify the channel that all bots on NeoStats will automatically join, and echo out any diff --git a/makeconf b/makeconf index 7154c439..0329c343 100755 --- a/makeconf +++ b/makeconf @@ -1,5 +1,5 @@ #!/bin/sh -# makeconf $Id +# makeconf $Id$ TIME=`date +"%H:%M:%S %Z"` DATE=`date +"%a, %b %e %Y"` diff --git a/src/modules/extauth/extauth.c b/src/modules/extauth/extauth.c index 77f04072..82643c7d 100644 --- a/src/modules/extauth/extauth.c +++ b/src/modules/extauth/extauth.c @@ -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; diff --git a/src/modules/statserv/stats.c b/src/modules/statserv/stats.c index a8dddfdc..884e9c1b 100755 --- a/src/modules/statserv/stats.c +++ b/src/modules/statserv/stats.c @@ -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 ) { diff --git a/win32/nswin32.sln b/win32/nswin32.sln index 963903aa..a4cb3b24 100755 --- a/win32/nswin32.sln +++ b/win32/nswin32.sln @@ -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