Irc newb needs help.

LT_Clash

TD Member
Ok I've got an Irc app for my Android but I don't actuly know how to connect to anything.

I need the name adress and port of the TD Irc but I don't know where to find them.

Thx <3
 

LT_Clash

TD Member
ok ive put in the server stuff i had and im getting a connection refused error

[6:29] connecting to irc.gamesurge.net:7000 (it auto put in the 7000 as the port)
[6:29] Disconnected: irc.gamesurge.net:7000/208.146.35.105:7000 - connection refused
 

dead mike

TD Member, Legend, Puncher of Faces, Chatbox King
make a small linux vm with ubuntu, im using virtualbox.

apt-get install ssh fail2ban irssi irssi-scripts screen

forward a port a random port to 22 on your VM, connect with ssh, make sure you gotta a strong password

$screen
$irssi
/connect irc.gamesurge.net
/nick lt_clash
/join #darkly

u can exit ssh session/putty whenever
when you want to come back to chat
$screen -dr

IRC is always there waiting how you left it. feels good man.

http://quadpoint.org/articles/irssi

irssiz.png
 

Brades

Bailer
Staff member
make a small linux vm with ubuntu, im using virtualbox.

apt-get install ssh fail2ban irssi irssi-scripts screen

forward a port a random port to 22 on your VM, connect with ssh, make sure you gotta a strong password

$screen
$irssi
/connect irc.gamesurge.net
/nick lt_clash
/join #darkly

u can exit ssh session/putty whenever
when you want to come back to chat
$screen -dr

IRC is always there waiting how you left it. feels good man.

.............
 

dead mike

TD Member, Legend, Puncher of Faces, Chatbox King
hay man shits blocked at work (reason: games), blocked other places, got that running and ready wherever, no blocks, also easy to stay idling indefintely

$ uptime
13:25:23 up 4 days, 1:47, 2 users, load average: 0.00, 0.00, 0.00

rebooted for updates
 

dead mike

TD Member, Legend, Puncher of Faces, Chatbox King
ya i know that guys fuck, basically run irc on your computer, and connect to it from your phone, saves ram and shit
 
Top