diff options
author | glenda <glenda@9front.local> | 2021-06-15 14:28:00 +0000 |
---|---|---|
committer | glenda <glenda@9front.local> | 2021-06-15 14:28:00 +0000 |
commit | 21283578ebbc2663e698733a6d11ace0e98bc8a9 (patch) | |
tree | a2d71784a76198537f67b823b39cdb8e392d3e05 | |
parent | e1cc6a9a0f0ebbcbb32f177cfc2c977509cbb6fb (diff) | |
download | plan9front-21283578ebbc2663e698733a6d11ace0e98bc8a9.tar.xz |
ircrc: freenode -> oftc
-rwxr-xr-x | rc/bin/ircrc | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | sys/man/1/ircrc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rc/bin/ircrc b/rc/bin/ircrc index 6e6e0213a..b01a0f408 100755 --- a/rc/bin/ircrc +++ b/rc/bin/ircrc @@ -2,7 +2,7 @@ rfork ne -server=irc.freenode.net +server=irc.oftc.net port=6667 realname='<nil>' target='' diff --git a/sys/man/1/ircrc b/sys/man/1/ircrc index eaa8763d7..fa587bb7a 100644..100755 --- a/sys/man/1/ircrc +++ b/sys/man/1/ircrc @@ -34,7 +34,7 @@ is an IRC client. Messages are sent from standard input and received from standard output. The default server is -.BR irc.freenode.net . +.BR irc.oftc.net . The arguments .B bitlbee and |