Questions tagged [irssi]

Irssi is a terminal based IRC client for Unix systems.

29 questions
0
votes
1 answer

Make Irssi like text frontend in Python using curses or anything available

By using the Discord API I made a simple script which shows messages received to a certain channel and allow to send a message to that channel. But the problem is input() is holding the program and the new messages do not print until Enter is…
user10596984
0
votes
0 answers

Irssi - how to set text color permanently or in config?

Sorry for lame question, but I can't find answer anywhere. I'm using Irssi (on Linux via Putty) and when I want to write something in color, I always input ctrl+c and color number before text. Every each time. Yeah, it's not efficient, so I started…
szajba7
  • 13
  • 3
0
votes
0 answers

How to find directory name of a just downloaded folder

I use rtorrent on ubuntu that download folder with rar files inside.. And I want to automatically run a script that unrar, maketorrent and other things to that unrarred file. My question is.. How can i get the dirname of the directory just…
Andrew Stef
  • 47
  • 1
  • 8
0
votes
1 answer

irssi dcc stats on channel

I made my first irssi perl script, but it doesn't work. I don't understand why not. When I type !dccstat on the channel, my home PC just responds with all DCC connections, like when I type /dcc stat on irssi. use Irssi; use vars qw($VERSION…
sayan
  • 1
  • 2
0
votes
1 answer

Irssi authenticates via SASL, still attempts to log in as username

So I'm using Irssi 0.8.17 with Fedora 22 (installed through dnf) and configured SASL authentication and SSL for Freenode. I can authenticate using the credentials I've supplied in an ~/.irssi/sasl.auth file (automatically generated via /sasl set…
Greg Nisbet
  • 6,710
  • 3
  • 25
  • 65
0
votes
1 answer

How can I have stable nick in Irssi?

Every time I'm connecting to the server due to the screen irssi command, I gain new nick with underline (like: "nick_" and now it's already "nick____"). I don't have to say how annoying it is. I tried to use command 'screen -Ur irssi', but then…
Cekos
  • 21
  • 1
  • 3
0
votes
2 answers

Trigger a visitor from the Kiwi IRC Webclient

I use the trigger.pl script in irssi to react on a visit by a user of our Kiwi IRC webclient. But it doesn't seem to work like it used to with another webclient before. I use the trigger /trigger add -joins -channels "#ffki" -masks "*!~ffki-besu*@*"…
rubo77
  • 19,527
  • 31
  • 134
  • 226
0
votes
1 answer

Connecting to gtalk in irssi errors with 301

I have irssi and the xmpp plugin configured: { address = "talk.google.com"; chatnet = "Gtalk"; …
Neil H Watson
  • 1,002
  • 1
  • 14
  • 31
0
votes
1 answer

Join an IRC channel read-only

Is it possible to /join #channel in IRC in such a way that I can read but not write to the channel? My motivation is to be able to keep an eye on some channels without the risk of fat-fingering some nonsense in there.
Matthew Gilliard
  • 9,298
  • 3
  • 33
  • 48
0
votes
2 answers

notify-send rom IRC log

I'm trying to have my remote ssh session send me notifications locally when my nick is mentioned on IRC. The following code pops a Notification window saying "IRC Message", but with no content, every time my nick is mentioned or I type something in…
user1943442
  • 198
  • 4
  • 17
0
votes
1 answer

Cannot get irssi to work on Bluehost dedicated IP address

I am trying to get irssi to work over SSH on my Bluehost dedicated IP server. Bluehost support says port 6667 is open, but you have to have an app listening to it, so running nc -l on the server and then telnet'ing in works, but if I run irssi on…
-1
votes
1 answer

How to configure triggers for specific users in IRSSI

I'm not quite understanding the few examples for the irssi trigger.pl script, who's docs can be found here, on my Ubuntu machine (If that matters for irssi). I'm trying to: When a specific user foo joins a specific channel #channel , say 2 things in…
MadisonCooper
  • 236
  • 2
  • 15
-1
votes
1 answer

IRSSI 'Connection timed out' Issue

I am trying to run IRSSI on my Bluehost account. I have successfully installed IRSSI but cannot connect to any IRC server. I simply get Unable to connect server X port 6667 [Connection timed out]. I have copied my working IRSII config file from a…
edev.io
  • 560
  • 5
  • 21
-4
votes
1 answer

replace {x} with param in string

I want to replace {x} where x is a number from 1-10 with a string from an array. The array is populated by splitting a string with whitespace. I have put together some code but the regex is probably wrong. my @params = split(' ', "Paramtest: {0} {1}…
NullBy7e
  • 536
  • 9
  • 23
1
2