The Computer Oracle

Is there a way to make a persistent IRC account that I can read missed / old messages with?

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Music Box Puzzles

--

Chapters
00:00 Is There A Way To Make A Persistent Irc Account That I Can Read Missed / Old Messages With?
00:56 Answer 1 Score 3
01:08 Accepted Answer Score 16
01:33 Answer 3 Score 5
01:50 Answer 4 Score 3
02:14 Thank you

--

Full question
https://superuser.com/questions/157895/i...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#history #chat #irc

#avk47



ACCEPTED ANSWER

Score 16


What you are looking for is a BNC also known as a Bouncer. It sits in the channel at all times from a shell account (as discussed in another answer) and you connect to it. You can have it log and feed you the log when you login or you can read the log on the server itself.

One note on your free shell account. I would watch out. Most shell providers block irc due to DDoS attacks.




ANSWER 2

Score 5


If you don't like the bouncer idea anymore, have a look at the IRC distributed irc clients Quassel IRC or Smuxi.

They use a more heavyweight connection instead of just proxying IRC, enabling more functionality and seamlessness.




ANSWER 3

Score 3


Unless the server supports it, no. You could theoretically buy a cheap shell account, then run a simple IRC bot on it that logs everything said, though.




ANSWER 4

Score 3


My solution to this problem has been to keep a Raspberry Pi on 24/7 at home (costs about $10 / EUR10 per year to run) and run the IRSSI client on it. Then, I ssh into the raspberry pi from time-to-time and keep up-to-date.

Using Byobu means I can run several handy CLI applications this way without having to close any or exit the session when I log out.