Skip to content

Commit e9fbce7

Browse files
committed
Changes IRC channel to new names closes #3139
1 parent af86931 commit e9fbce7

File tree

4 files changed

+18
-16
lines changed

4 files changed

+18
-16
lines changed

assets/js/main.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ function setup_debug_mode(){
108108
console.info("checking for dead links");
109109

110110
function report_broken_link(url) {
111-
$('html').find('#search').after('<div style="text-align: center;">Broken link: ' + url + ' found. Please report at <a href="https://webchat.freenode.net/?channels=perl6">irc.freenode.net#perl6</a></div>');
111+
$('html').find('#search').after('<div style="text-align:
112+
center;">Broken link: ' + url + ' found. Please report at <a href="https://webchat.freenode.net/?channels=#raku">irc
113+
.freenode.net#perl6</a></div>');
112114
}
113115

114116
var seen_link = [];

doc/Language/community.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,15 +254,15 @@ B<PufferBot> (L<details|https://github.com/Kaiepi/p6-RakudoBot>)
254254
255255
An IRC bot for testing builds of Rakudo on OpenBSD. It can be
256256
addressed by its full name ('PufferBot'). Talks only in
257-
L<#perl6-dev|https://webchat.freenode.net/?channels=#perl6-dev>.
257+
L<#perl6-dev|https://webchat.freenode.net/?channels=#raku-dev>.
258258
=end item
259259
260260
=begin item
261261
B<BeastieBot> (L<details|https://github.com/Kaiepi/p6-RakudoBot>)
262262
263263
An IRC bot for testing builds of Rakudo on FreeBSD. It can be
264264
addressed by its full name ('BeastieBot'). Talks only in
265-
L<#perl6-dev|https://webchat.freenode.net/?channels=#perl6-dev>.
265+
L<#perl6-dev|https://webchat.freenode.net/?channels=#raku-dev>.
266266
=end item
267267
268268

doc/Type/IO/CatHandle.pod6

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ Defined as:
769769
770770
The L<IO::CatHandle|/type/IO::CatHandle> type overrides this method to throw a C<X::NYI>
771771
exception. If you have a good idea for how this method should behave,
772-
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#perl6-dev>!
772+
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#raku-dev>!
773773
774774
=head2 method nl-out
775775
@@ -779,7 +779,7 @@ Defined as:
779779
780780
The L<IO::CatHandle|/type/IO::CatHandle> type overrides this method to throw a C<X::NYI>
781781
exception. If you have a good idea for how this method should behave,
782-
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#perl6-dev>!
782+
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#raku-dev>!
783783
784784
=head2 method out-buffer
785785
@@ -789,7 +789,7 @@ Defined as:
789789
790790
The L<IO::CatHandle|/type/IO::CatHandle> type overrides this method to throw a C<X::NYI>
791791
exception. If you have a good idea for how this method should behave,
792-
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#perl6-dev>!
792+
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#raku-dev>!
793793
794794
=head2 method print
795795
@@ -799,7 +799,7 @@ Defined as:
799799
800800
The L<IO::CatHandle|/type/IO::CatHandle> type overrides this method to throw a C<X::NYI>
801801
exception. If you have a good idea for how this method should behave,
802-
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#perl6-dev>!
802+
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#raku-dev>!
803803
804804
=head2 method printf
805805
@@ -809,7 +809,7 @@ Defined as:
809809
810810
The L<IO::CatHandle|/type/IO::CatHandle> type overrides this method to throw a C<X::NYI>
811811
exception. If you have a good idea for how this method should behave,
812-
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#perl6-dev>!
812+
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#raku-dev>!
813813
814814
=head2 method print-nl
815815
@@ -819,7 +819,7 @@ Defined as:
819819
820820
The L<IO::CatHandle|/type/IO::CatHandle> type overrides this method to throw a C<X::NYI>
821821
exception. If you have a good idea for how this method should behave,
822-
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#perl6-dev>!
822+
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#raku-dev>!
823823
824824
=head2 method put
825825
@@ -829,7 +829,7 @@ Defined as:
829829
830830
The L<IO::CatHandle|/type/IO::CatHandle> type overrides this method to throw a C<X::NYI>
831831
exception. If you have a good idea for how this method should behave,
832-
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#perl6-dev>!
832+
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#raku-dev>!
833833
834834
=head2 method say
835835
@@ -839,7 +839,7 @@ Defined as:
839839
840840
The L<IO::CatHandle|/type/IO::CatHandle> type overrides this method to throw a C<X::NYI>
841841
exception. If you have a good idea for how this method should behave,
842-
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#perl6-dev>!
842+
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#raku-dev>!
843843
844844
=head2 method write
845845
@@ -849,7 +849,7 @@ Defined as:
849849
850850
The L<IO::CatHandle|/type/IO::CatHandle> type overrides this method to throw a C<X::NYI>
851851
exception. If you have a good idea for how this method should behave,
852-
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#perl6-dev>!
852+
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#raku-dev>!
853853
854854
=head2 method WRITE
855855
@@ -859,7 +859,7 @@ Defined as:
859859
860860
The L<IO::CatHandle|/type/IO::CatHandle> type overrides this method to throw a C<X::NYI>
861861
exception. If you have a good idea for how this method should behave,
862-
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#perl6-dev>!
862+
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#raku-dev>!
863863
864864
=head2 method READ
865865
@@ -869,7 +869,7 @@ Defined as:
869869
870870
The L<IO::CatHandle|/type/IO::CatHandle> type overrides this method to throw a C<X::NYI>
871871
exception. If you have a good idea for how this method should behave,
872-
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#perl6-dev>!
872+
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#raku-dev>!
873873
874874
=head2 method EOF
875875
@@ -879,7 +879,7 @@ Defined as:
879879
880880
The L<IO::CatHandle|/type/IO::CatHandle> type overrides this method to throw a C<X::NYI>
881881
exception. If you have a good idea for how this method should behave,
882-
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#perl6-dev>!
882+
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#raku-dev>!
883883
884884
=end pod
885885

writing-docs/SQUASHATHONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ to this repository. It will help the organization of the hackathon if
66
you follow these rules when participating in it.
77

88
1. Always work against an [issue](https://github.com/perl6/doc/issues). If you find some typo or any other kind of error for which an issue does not exist, please create one.
9-
2. Always work on assigned issues. Assignments get echoed in the [`perl6` IRC channel](https://webchat.freenode.net/?channels=#perl6), so everyone knows someone is working on that.
9+
2. Always work on assigned issues. Assignments get echoed in the [`perl6` IRC channel](https://webchat.freenode.net/?channels=#raku), so everyone knows someone is working on that.
1010
3. You can only assign issues to contributors, so if someone who is
1111
not a contributor asks to be assigned something, please assign it
1212
to yourself (provided you are a contributor) and do an `@` mention with the nick of the actual

0 commit comments

Comments
 (0)