Open main menu

Linux and Unix Users Group at Virginia Teck Wiki β

Changes

IRC clients

332 bytes added, 21:09, 3 January 2019
no edit summary
This is a compilation of [[IRC]] clients. Many of these (marked with †) are available on [[infrastructure:acidburnAcidburn|acidburn]]
== Bouncers/Relays ==
* BitchX
* IrcII †
* [[irssi ]]
== CLI-based ==
* ii - a filesystem-based irc client †
* a simple script using netcat and expect:
<pre>
#!/bin/bash
nik=clf$RANDOM
sr=localhost
prt=1337
expect -c "set timeout -1
spawn nc $sr $prt
set send_human {.1 .2 1 .2 1}
expect AUTH*\n
send -h \"user $nik * * :$nik commandlinefu\nnick $nik\n\"
interact -o -re (PING.:)(.*\$) {send \"PONG :\$interact_out(2,string)\"}"
</pre>
== GUI ==
* mIRC
[[categoriescategory:ircIRC]] [[categoriescategory:Command-line *nixsoftware]] [[categoriesCategory:softwareNeeds restoration]]