mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-05 08:13:15 +02:00
When users connect they will receive a message telling them this IRC Server
software is experimental and that they should report any bugs or problems on http://bugs.unrealircd.org/
This commit is contained in:
@@ -467,6 +467,13 @@
|
||||
#define SPAMFILTER_DETECTSLOW
|
||||
#endif
|
||||
|
||||
/* The 3.4-alpha* series, especially the first few, are highly experimental.
|
||||
* If EXPERIMENTAL is #define'd then all users will receive a notice about
|
||||
* this when they connect, along with a pointer to bugs.unrealircd.org where
|
||||
* they can report any problems. This is mainly to help UnrealIRCd development.
|
||||
*/
|
||||
#define EXPERIMENTAL
|
||||
|
||||
/* ------------------------- END CONFIGURATION SECTION -------------------- */
|
||||
#define MOTD MPATH
|
||||
#define RULES RPATH
|
||||
|
||||
@@ -1386,8 +1386,8 @@ int _register_user(aClient *cptr, aClient *sptr, char *nick, char *username, cha
|
||||
short_motd(sptr);
|
||||
#ifdef EXPERIMENTAL
|
||||
sendto_one(sptr,
|
||||
":%s NOTICE %s :*** \2NOTE:\2 This server (%s) is running experimental IRC server software. If you find any bugs or problems, please mail unreal-dev@lists.sourceforge.net about it",
|
||||
me.name, sptr->name, me.name);
|
||||
":%s NOTICE %s :*** \2NOTE:\2 This server is running experimental IRC server software (Unreal%s). If you find any bugs or problems, please report them at http://bugs.unrealircd.org/",
|
||||
me.name, sptr->name, VERSIONONLY);
|
||||
#endif
|
||||
#ifdef HOSTILENAME
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user