Skip to content

Commit

Permalink
Switch Freenode references to Libera
Browse files Browse the repository at this point in the history
  • Loading branch information
Pistos committed May 28, 2021
1 parent 153be54 commit 3ea1133
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ The source code repository is at http://github.com/Pistos/diakonos .

{<img src="https://travis-ci.org/Pistos/diakonos.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/Pistos/diakonos]

Send comments, feedback and tech support requests to the #mathetes channel on
the FreeNode IRC network ( http://webchat.freenode.net/?channels=mathetes ).
Send comments, feedback and tech support requests to the ##pistos channel on
the Libera IRC network.
Reproducible issues may be reported at https://github.com/Pistos/diakonos/issues .


Expand Down
4 changes: 2 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ The source code repository is at http://github.com/Pistos/diakonos .

{<img src="https://travis-ci.org/Pistos/diakonos.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/Pistos/diakonos]

Send comments, feedback and tech support requests to the #mathetes channel on
the FreeNode IRC network ( http://webchat.freenode.net/?channels=mathetes ).
Send comments, feedback and tech support requests to the ##pistos channel on
the Libera IRC network.
Reproducible issues may be reported at https://github.com/Pistos/diakonos/issues .


Expand Down
11 changes: 4 additions & 7 deletions help/support.dhf
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# Support

You can chat about Diakonos in the #mathetes channel of the FreeNode IRC
network. If you don't have an IRC client, or don't know what IRC is, you can
direct your web browser to

http://webchat.freenode.net/?channels=mathetes
You can chat about Diakonos in the ##pistos channel of the Libera IRC
network.

Go to the IRC channel for technical support, or to give feedback and commentary
about Diakonos. It's the place go for bug reports, feature requests and tech
Expand All @@ -13,6 +10,6 @@ have to say.

If IRC is not your thing, you can file bug reports at the issue tracker:

http://linis.purepistos.net/ticket/list/Diakonos
https://github.com/Pistos/diakonos/issues

Tags: help support technical tech contact email e-mail info information chat irc channel pistos author creator
Tags: help support technical tech contact email e-mail info information chat irc channel pistos author creator
5 changes: 2 additions & 3 deletions help/welcome.dhf
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ and I would like to thank you for trying the Diakonos text editor.

I have crafted Diakonos with ease of use in mind, so I hope you find it the
most easy-to-use console text editor available for Linux. If you have any
suggestions, questions or comments, please share your thoughts in the #mathetes
channel of the FreeNode IRC network
( http://webchat.freenode.net/?channels=mathetes ).
suggestions, questions or comments, please share your thoughts in the ##pistos
channel of the Libera IRC network.

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion lib/diakonos.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# A Linux console text editor for the masses.
# :title: Diakonos
#
# Author:: Pistos (irc.freenode.net)
# Author:: Pistos
# Copyright (c) 2004-2021 Pistos
#
# This software is released under the MIT licence.
Expand Down
1 change: 0 additions & 1 deletion lib/diakonos/clipboard-klipper-dbus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def send_to_klipper( text )
clip_filename = write_to_clip_file( text.join( "\n" ) )

# A little shell sorcery to ensure the shell doesn't strip off trailing newlines.
# Thank you to pgas from irc.freenode.net#bash for help with this.
`clipping=$(cat #{clip_filename};printf "_"); dbus-send --type=method_call --dest=org.kde.klipper /klipper org.kde.klipper.klipper.setClipboardContents string:"${clipping%_}"`
true
end
Expand Down
1 change: 0 additions & 1 deletion lib/diakonos/clipboard-klipper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def send_to_klipper( text )
clip_filename = write_to_clip_file( text.join( "\n" ) )

# A little shell sorcery to ensure the shell doesn't strip off trailing newlines.
# Thank you to pgas from irc.freenode.net#bash for help with this.
`clipping=$(cat #{clip_filename};printf "_"); dcop klipper klipper setClipboardContents "${clipping%_}"`
true
end
Expand Down

0 comments on commit 3ea1133

Please sign in to comment.