D
Deleted member 63539
Guest
It's stupid but how to setup an IRC chat client and join an IRC channel? I have followed the instructions on the internet but I can't join any channels 

/join #channel
? If you are looking for a graphical client irc/hexchat could be worth looking into.Install irc/irssi, open a shell and join a server:It's stupid but how to setup an IRC chat client and join an IRC channel? I have followed the instructions on the internet but I can't join any channels![]()
$ irssi -c irc.efnet.org
/join freebsd
screen
is useful so you can attach from another computer, for example.$ vi ~/.irssi/config
name:yourName
user:yourUserName
nick:yourNickName
$ irssi
/server add -auto -network Freenode chat.freenode.net 6697
/network add -sasl_username yourUserName -sasl_password yourPassword -sasl_mechanism PLAIN Freenode
/channel add -auto #freebsd Freenode
/channel add -auto ##c Freenode
/channel add -auto ##asm Freenode
/set hilight_nick_matches_everywhere on
/layout save
/msg Somebody test
/exit
!seen SOMEBODY tell when and where last somebody was last online. I hope it still works.Example for joining to #FreeBSD, ##C and ##asm on FreeNode:
Some tiny configurations on ~/.irssi/config
$ vi ~/.irssi/config
Code:name:yourName user:yourUserName nick:yourNickName
Running program:
$ irssi
Adding server:
/server add -auto -network Freenode chat.freenode.net 6697
Handling unsername/password:
/network add -sasl_username yourUserName -sasl_password yourPassword -sasl_mechanism PLAIN Freenode
Joining to few channels:
/channel add -auto #freebsd Freenode
/channel add -auto ##c Freenode
/channel add -auto ##asm Freenode
Highlight nickname for better readability:
/set hilight_nick_matches_everywhere on
You can change the layout with shortcuts, then:
/layout save
Sending message to someone:
/msg Somebody test
Exit:
/exit
I didn't know that. Thanks. I'll try that. IRC is always fun. But unfortunately very low traffic recently. I don't know why and I can't put my finger on it.!seen SOMEBODY tell when and where last somebody was last online. I hope it still works.
I didn't know that. Thanks. I'll try that. IRC is always fun. But unfortunately very low traffic recently. I don't know why and I can't put my finger on it.
That's one if the reasons it worth exploring the competitive collaborative tools - slack, matrix, mastodon, etc. Having a PKG/port that connects to all is awesome. That's what Mattermost does. And here is its IRC bridge.But unfortunately very low traffic recently.
Those are great tools, but at least for my psyche, they are too invasive. People who are using them, expect a 24/7 involvement from other recipients. For me that's a big No No.That's one if the reasons it worth exploring the competitive collaborative tools
I agree. By the way if someone prefer to stay on GUI, irc/hexchat is a fine program too. It doesn't have to be CLI-only. irc/irssi is my favourite, but that's only my personal preference.BTW I moved from irc/irssi to irc/weechat which is IMO easier to use.
I'm on it. I prefer using one client for all - not several apps/messengers.Those are great tools, but at least for my psyche, they are too invasive. People who are using them, expect a 24/7 involvement from other recipients. For me that's a big No No.
If you are not a friend of unrelated and noisy chit-chat then see it as a feature.But unfortunately very low traffic recently.
Are you sure it really needs a valid one?
Most of those don't require any sort of valid email address (that I have found). I think it's only used in the event of a lost password. I guess it depends on the IRC server network.
That's one if the reasons it worth exploring the competitive collaborative tools - slack, matrix, mastodon, etc. Having a PKG/port that connects to all is awesome. That's what Mattermost does. And here is its IRC bridge.
I'm on it. I prefer using one client for all - not several apps/messengers.
I made to remember Meebo. They have a cool app that would integrate any chat - Yahoo, facebook, msn, aol, etc - back then.