I want to greet a certain user ffki-besucher
in a certain IRC channel.
Whenever that user logs in, it should get a special message written directly into the channel. I heard weechat is a good solution, but how can I achieve this?
How do I install weechat on debian wheezy?
I already installed some packages:
apt-get install weechat-curses weechat-plugins weechat-scripts perl
I use this cool guide at https://weechat.org/files/doc/stable/weechat_quickstart.en.html
Then I start weechat as user (not root):
weechat-curses
(in case you want to quit, use /quit
)
Now I need the scripts, but I am stuck how to get this command running:
/script install buffers.pl
I also tried to load the script plugin again with
/plugin autoload script
The script plugin seems to be missing on debian! weechat
in debian wheezy is quite old (0.3.8 which has a bug that the script plugin is not included in the debian package)
(I tried to install weechat from jessie, but that would give dependencie problems with some pelrl libs, that go down to the kernel)
Install
irssi
instead:su into your user and add the trigger.pl script. create:
Now start irssi as user
You can later edit your
~/.irssi/config
file to autojoin your server and channel with a certain nick:change to the status window (ESC 1) and create the trigger:
some tips:
/names
shows all users in the channel~/.irssi/triggers
and then type/trigger reload
in the status window