Questions tagged [irssi]
An extremely powerful command line IRC client that supports plugins written in Perl.
33 questions
2
votes
0
answers
338
views
How to configure irssi to automatically reconnect upon disconnection?
I am facing frequent disconnection due to connection issues maybe
Irssi: warning SSL read error: server closed connection unexpectedly
10:40 -!- Irssi: Connection lost to chat.freenode.net
How to ...
1
vote
1
answer
508
views
Copy text in remote tmux/irrsi to local machine
I have my IRC setup done in the following way: my VPS runs tmux, which runs an instance of irssi. I connect to my VPS using mosh, which is SSH over UDP.
Now, when someone posts a link in an IRC ...
1
vote
1
answer
1k
views
disable beep/bell notification from irssi when terminal in focus?
In irssi, it is easy to enable bells on notifications (mentions, or direct messages) with the following command:
/SET beep_msg_level MSGS HILIGHT DCCMSGS
However; this does just that. It sends beeps ...
3
votes
1
answer
972
views
irssi: how to hide names when joining channel?
In irssi, every time I join a channel, a full listing of names is displayed. This is particularly annoying when channels are re-joined due to connection issues (slack irc gateways are particularly ...
1
vote
0
answers
346
views
Having a persistent IRC client
I would like to have an IRC client (running on a server that I have SSH access to) be persistent on the server without disconnecting from the rooms and servers I joined. In other words, I want to be ...
1
vote
0
answers
175
views
Irssi color window name on activity
How I can change the colors of the channel names which are active ? (some other user is interacting on that channel)
2
votes
1
answer
446
views
Irssi, identical rooms on two servers
I connect to two servers with my irssi irc client at the same time. Let's call them serverA and serverB. Both servers have a chat room called #xyz. However when I join #xyz it only connects me to the ...
2
votes
1
answer
524
views
Irssi: Using ALT + # to switch windows works for all windows but the first one
Somewhat of a bizarre issue, I'm using irssi in iterm3, and I have iterm set to read the left escape key as "+ESC" as this is how I've gotten irssi to recognize pressing option and a number key to ...
2
votes
0
answers
129
views
Is it possible to change a server tag in irssi? How?
I've been connected a few IRC nets for months and somehow one of them got a screwy server tag. I'd like to be able to rename it. Is this possible?
5
votes
1
answer
1k
views
Is there a way to delay irssi's channel re-join during reconnect until after auth has occurred?
When I am connected to an invite-only channel and I experience a network outage, there's a race condition between automatic auth'ing and rejoining channels. (ETA: If it matters, I'm using CertFP (...
2
votes
1
answer
147
views
Sending notifications from irssi to wmii
So this is two questions in one.
Simply setting PROMPT_COMMAND='echo -ne "\033]2;BLAH\007" will change an xterm titlebar to the string "BLAH", even under wmii. Of course, I can also change the ...
2
votes
1
answer
1k
views
IRSSI: Disable bell on activity in certain channel
I use IRSSI (Win 8.1 x64 + cygwin + SSH to remote host, sometimes via putty instead of cygwin) and it's configured to flash taskbar button whenever there's activity in any channel or private chat.
...
3
votes
2
answers
1k
views
Difference between /wc and /part in irssi IRC client
What is the difference between /wc(closes the current window) and /part(parting the channel) commands in irssi IRC client? I am aware that in some occasions /part does not close a window(for example ...
1
vote
1
answer
120
views
IRSSI notifier - by pulling method
Is there an option in irssi to get state about new unread private and public messages by external application.
If there is such option, i could periodically read that info from my bash script and do ...
10
votes
1
answer
1k
views
How can I connect to the same server in multiple irssi instances?
I have an irssi session which is connected to Freenode (via /server fn), in which I am in multiple related channels. This session is inside of a tmux instance which has other terminals, also related ...