-
Notifications
You must be signed in to change notification settings - Fork 11
IRC Client
HerbFargus edited this page Mar 19, 2016
·
4 revisions
sudo apt-get install screen irssi
screen -S IRC irssi
Set Nickname: /nick <nick>
Set Real Name: /real_name <Real Name>
Connect to Freenode: /connect irc.freenode.net 8001
Join Channel: /join #retropie
Private Message: /query <NICK>
Setting up Logs:
/SET autolog ON
Set Log Path:
/SET autolog_path ~/irclogs/$tag/$0.log
More Info Here:
http://ubuntuforums.org/showthread.php?t=1010780
To change windows: alt+1 alt+2 etc.
SCREEN:
ctrl+a+d = Detach screen
screen -r = Attach detached screen