diff --git a/Changes b/Changes index 8bc536e8f..a92b0f74d 100644 --- a/Changes +++ b/Changes @@ -632,3 +632,4 @@ seen. gmtime warning still there - Updated thread porting code to support more functions - Fixed a pthread_join - Rewrote updconf a bit, should work flawlessly now (?) +- Made a minor message change to ./Setup diff --git a/Setup b/Setup index 0ea0e6469..dbb23eb23 100755 --- a/Setup +++ b/Setup @@ -31,4 +31,5 @@ read cc if [ "$cc" == "no" ] ; then ./makenet fi -echo "You should be able to run UnrealIRCd using ./ircd now". +echo "Now just edit your unrealircd.conf and you should be ready to run" +echo "UnrealIRCd with ./ircd"