diff --git a/CREDITS b/CREDITS index 546df9f57..e1fd48c5d 100644 --- a/CREDITS +++ b/CREDITS @@ -26,5 +26,5 @@ ThaPrince, Jon Christopherson twincest, River Tarnell w00t, Robin Burchell -Visit the freenode website at: http://www.freenode.net +Visit the freenode website at: https://freenode.net Visit us on IRC at: irc.freenode.net #freenode-seven diff --git a/src/messages.tab b/src/messages.tab index 3aacf20d6..9f7d9cee5 100644 --- a/src/messages.tab +++ b/src/messages.tab @@ -498,7 +498,7 @@ static const char * replies[] = { /* 474 ERR_BANNEDFROMCHAN, */ ":%s 474 %s %s :Cannot join channel (+b) - you are banned", /* 475 ERR_BADCHANNELKEY, */ ":%s 475 %s %s :Cannot join channel (+k) - bad key", /* 476 ERR_BADCHANMASK, */ NULL, -/* 477 ERR_NEEDREGGEDNICK */ ":%s 477 %s %s :Cannot join channel (+r) - you need to be identified with services - see http://freenode.net/kb/answer/registration", +/* 477 ERR_NEEDREGGEDNICK */ ":%s 477 %s %s :Cannot join channel (+r) - you need to be identified with services - see https://freenode.net/kb/answer/registration", /* 478 ERR_BANLISTFULL, */ ":%s 478 %s %s %s :Channel ban list is full", /* 479 ERR_BADCHANNAME */ "%s :Illegal channel name", /* 480 ERR_THROTTLE */ ":%s 480 %s %s :Cannot join channel (+j) - throttle exceeded, try again later", @@ -507,7 +507,7 @@ static const char * replies[] = { /* 483 ERR_CANTKILLSERVER, */ ":You can't kill a server!", /* 484 ERR_ISCHANSERVICE */ ":%s 484 %s %s %s :Cannot kick or deop a network service", /* 485 ERR_BANNEDNICK, */ NULL, -/* 486 ERR_NONONREG */ "%s :You must log in with services to message this user - see http://freenode.net/kb/answer/registration", +/* 486 ERR_NONONREG */ "%s :You must log in with services to message this user - see https://freenode.net/kb/answer/registration", /* 487 */ NULL, /* 488 */ NULL, /* 489 ERR_VOICENEEDED */ ":%s 489 %s %s :You're neither voiced nor channel operator",