Skip to content

Commit

Permalink
Merge pull request #19942 from realcharmer/irc
Browse files Browse the repository at this point in the history
Change IRC server from Freenode to Rizon
  • Loading branch information
realcharmer authored Aug 13, 2024
2 parents 7be2969 + f4f61e8 commit 496093a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/x11/hexchat_ssl.pm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ sub irc_login_send_message {
wait_still_screen;
# start to change the channel name
assert_and_click "$name-join-channel";
assert_screen "$name-join-channel-select";
# clear original '#hexchat' channel name
wait_still_screen 2;
wait_screen_change { send_key 'ctrl-a' };
Expand Down Expand Up @@ -61,7 +60,7 @@ sub run {
}
else {
x11_start_program("$name", target_match => "$name-network-select");
enter_cmd "freenode";
enter_cmd "Rizon";

# use ssl for all servers on this network
assert_and_click "$name-edit-button";
Expand Down

0 comments on commit 496093a

Please sign in to comment.