IRC/Clients: Difference between revisions

From BlaatSchaap Wiki
Jump to navigationJump to search
m Andre moved page IRC to IRC Clients without leaving a redirect: Split off services and clients to their own articles
KVIrc screenshot now with I/O Dark theme.
 
(5 intermediate revisions by the same user not shown)
Line 4: Line 4:


===== HexChat =====
===== HexChat =====
[[File:HexChat Screenshot (dark theme).png|alt=HexChat Screenshot (dark theme)|none|thumb|HexChat Screenshot (dark theme)]]
Hexchat was the continuation of the X-Chat, when X-Chat was discontinued. Unfortunately, Hexchat itself got discontinued in February 2024.
Hexchat was the continuation of the X-Chat, when X-Chat was discontinued. Unfortunately, Hexchat itself got discontinued in February 2024.


Line 15: Line 16:


===== KVIrc =====
===== KVIrc =====
[[File:KVIrc with i-o dark theme.png|alt=KVIrc with i/o dark theme|none|thumb|KVIrc with i/o dark theme]]
Website: https://www.kvirc.net/
Website: https://www.kvirc.net/


Line 22: Line 24:


===== Quassel =====
===== Quassel =====
[[File:Quassel Screenshot.png|alt=Quassel Screenshot|none|thumb|Quassel Screenshot]]
Website: https://quassel-irc.org/
Website: https://quassel-irc.org/


Line 31: Line 34:


===== Goguma =====
===== Goguma =====
[[File:Screenshot 20250328-125022.png|alt=Goguma Screenshot|thumb|Goguma Screenshot|none]]
Website: https://sr.ht/~emersion/goguma/
Website: https://sr.ht/~emersion/goguma/


Source: https://codeberg.org/emersion/goguma
Source: https://codeberg.org/emersion/goguma




Line 41: Line 47:


Apple App Store: https://apps.apple.com/us/app/goguma-irc/id6470394620
Apple App Store: https://apps.apple.com/us/app/goguma-irc/id6470394620
===== IrisChat =====
Source: https://github.com/umutcamliyurt/IrisChat
Available on IzzyOnDroid: https://apt.izzysoft.de/fdroid/index/apk/com.nemesis.irischat


===== Revolution IRC =====
===== Revolution IRC =====
[[File:Revolution IRC Screenshot.png|thumb|none]]
Revolution IRC is an IRC client for Android.  
Revolution IRC is an IRC client for Android.  


Line 55: Line 56:


Available on F-Droid: https://f-droid.org/packages/io.mrarm.irc/
Available on F-Droid: https://f-droid.org/packages/io.mrarm.irc/
=== Services ===
On BlaatIRC we offer Anope Services to register nicknames and channels.
To register your nickname, type (replace password and emailaddress with your desired password and your email address)<syntaxhighlight lang="irc">
/MSG NickServ REGISTER password emailaddress
</syntaxhighlight>Then after connecting to IRC, you can identify yourself with<syntaxhighlight lang="irc">
/MSG NickServ IDENTIFY password
</syntaxhighlight>To register additional nicknames, change to the desired nickname and type<syntaxhighlight lang="irc">
/MSG NickServ GROUP
</syntaxhighlight>To remove a nick from a group, change to that nick and type:<syntaxhighlight lang="irc">
/MSG NickServ UNGROUP
</syntaxhighlight>If your connection got a PING timeout, and you connect with a different nickname, you can regain your nickname with (replacing nickname with the nick you with to recover)<syntaxhighlight lang="irc">
/MSG NickServ RECOVER nickname
</syntaxhighlight>

Latest revision as of 12:06, 29 March 2025

Clients

Desktop

HexChat
HexChat Screenshot (dark theme)
HexChat Screenshot (dark theme)

Hexchat was the continuation of the X-Chat, when X-Chat was discontinued. Unfortunately, Hexchat itself got discontinued in February 2024.

Website: https://hexchat.github.io/

Source: https://github.com/hexchat

Windows download: https://hexchat.github.io/downloads.html

Linux: In your distro's repository ;)

KVIrc
KVIrc with i/o dark theme
KVIrc with i/o dark theme

Website: https://www.kvirc.net/

Downloads (Windows, macOS) https://www.kvirc.net/?id=releases&lang=nl

Linux: In your distro's repository ;)

Quassel
Quassel Screenshot
Quassel Screenshot

Website: https://quassel-irc.org/

Downloads (Windows, macOS) : https://quassel-irc.org/downloads

Linux: In your distro's repository ;)

Mobile

Goguma
Goguma Screenshot
Goguma Screenshot

Website: https://sr.ht/~emersion/goguma/

Source: https://codeberg.org/emersion/goguma


Available on F-Droid: https://f-droid.org/packages/fr.emersion.goguma/

Google Play: https://play.google.com/store/apps/details?id=fr.emersion.goguma.play

Apple App Store: https://apps.apple.com/us/app/goguma-irc/id6470394620

Revolution IRC

Revolution IRC is an IRC client for Android.

Source: https://github.com/MCMrARM/revolution-irc


Available on F-Droid: https://f-droid.org/packages/io.mrarm.irc/