1
0
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:
Bram Matthys
2014-07-22 14:08:05 +02:00
parent 8b05f023fa
commit 20e9da6dff
2 changed files with 9 additions and 2 deletions
+7
View File
@@ -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
+2 -2
View File
@@ -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
/*