]> jfr.im git - irc/rizon/plexus4.git/commitdiff
Make SSL only error message more verbose
authorDwarf <redacted>
Thu, 31 Mar 2022 00:19:44 +0000 (00:19 +0000)
committerAdam <redacted>
Thu, 31 Mar 2022 00:19:44 +0000 (00:19 +0000)
src/numeric.c

index 1f28d64a5138d8d0afc82e0b6de505fca60495e6..b5a94c1258bf591858276d353632d468e7a81b0e 100644 (file)
@@ -187,7 +187,7 @@ static const char *const replies[] =
   /* 477 */  [ERR_NEEDREGGEDNICK]       = ":%s 477 %s %s :You need to login to services to join or speak in that channel.",
   /* 478 */  [ERR_BANLISTFULL]          = ":%s 478 %s %s %s :Channel ban list is full",
   /* 479 */  [ERR_BADCHANNAME]          = ":%s 479 %s %s :Illegal channel name",
-  /* 480 */  [ERR_SSLONLYCHAN]          = ":%s 480 %s %s :Cannot join channel (+S)",
+  /* 480 */  [ERR_SSLONLYCHAN]          = ":%s 480 %s %s :Cannot join channel (+S) - This channel requires a secure connection: https://s.rizon.net/tls",
   /* 481 */  [ERR_NOPRIVILEGES]         = ":%s 481 %s :Permission Denied - You're not an IRC operator",
   /* 482 */  [ERR_CHANOPRIVSNEEDED]     = ":%s 482 %s %s :You're not channel operator",
   /* 483 */  [ERR_CANTKILLSERVER]       = ":%s 483 %s :You cannot kill a server!",