Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
Use HTTPS instead of plain HTTP for freenode.net
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbelkyr committed Apr 24, 2018
1 parent 0378ede commit 1f61ce2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CREDITS
Expand Up @@ -26,5 +26,5 @@ ThaPrince, Jon Christopherson <jon -at- vile.com>
twincest, River Tarnell <river -at- attenuate.org>
w00t, Robin Burchell <surreal.w00t -at- gmail.com>

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
4 changes: 2 additions & 2 deletions src/messages.tab
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 1f61ce2

Please sign in to comment.