diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-04-14 20:10:12 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-04-14 20:10:12 +0200 |
| commit | 1a3cc59688251520d5e5c08f82ab2aa01c44e1a7 (patch) | |
| tree | cc6def50a85c4e742d96aa259c3cae4062770727 /doc/irssi.txt | |
| parent | 5dda34dcc707afa0cab1bca9ba33572c019e7fc9 (diff) | |
irssi
Diffstat (limited to 'doc/irssi.txt')
| -rw-r--r-- | doc/irssi.txt | 43 |
1 files changed, 11 insertions, 32 deletions
diff --git a/doc/irssi.txt b/doc/irssi.txt index 58e84e2..b73ace1 100644 --- a/doc/irssi.txt +++ b/doc/irssi.txt @@ -85,24 +85,24 @@ NORMAL IRSSI OPERATION If you do not want to do the autojoin thing these are the commands you'd normally use to connect: -/server -ssl irc.jollo.org 9999 -/join #sally +/server -ssl irc.asdf.us 7777 +/join #ascii -SETTING UP IRSSI TO AUTOJOIN #SALLY +SETTING UP IRSSI TO AUTOJOIN #ASCII =================================== First run irssi, then paste in these commands. Please change YOUR_NICK_HERE to your preferred username! -/network add -nick YOUR_NICK_HERE -user YOUR_NICK_HERE -realname "YOUR NAME HERE" Jollo -/server add -network Jollo -auto -ssl irc.jollo.org 9999 -/channel add -auto #sally Jollo +/network add -nick YOUR_NICK_HERE -user YOUR_NICK_HERE -realname "YOUR NAME HERE" asdf +/server add -network asdf -auto -ssl irc.asdf.us 7777 +/channel add -auto #ascii asdf /save /quit Now run irssi again.. it should autoconnect to the channels and stuff. -If you want it to move you into sally by default, you can do ctrl-N and then +If you want it to move you into #ascii by default, you can do ctrl-N and then /layout save /save @@ -111,12 +111,12 @@ If you want it to move you into sally by default, you can do ctrl-N and then IRC TIPS ======== -/join #sally -- join a channel :) -/part #sally -- leave a channel ;( +/join #ascii -- join a channel :) +/part #ascii -- leave a channel ;( /quit blabla -- quit irc (with the quit message 'blabla') /list -- list channels /nick booboo -- change your nick to booboo -/who #sally -- show complete list of people on #sally +/who #ascii -- show complete list of people on #ascii /names -- show quick list of names /msg nick blabla -- send someone a private message ;) @@ -131,26 +131,10 @@ Fn-up arrow -- page up (if you don't have a pageup key) Fn-down arrow -- page down (if you don't have a pagedown key) -PLINKO TIPS -=========== - -Le Jollo IRC is home to a fine bot named PLINKO who you should make friends with :o) - -To get started, type: /query plinko register - -Plinko lives in #sally and also #pffffffff where you can ask him to draw things. - -He prefers an uncluttered canvas, so in irssi you might want to do: - -/ignore -channels #pffffffff * JOINS PARTS QUITS NICKS - - IRSSI SCRIPTING =============== -This is its own can of worms.. One script which is necessary for playing les parlour games -on Jollo (chess, literati) is "noticelogic.pl". Another script which is nice for differentiating -ppl in the chat is "nickcolor.pl".. +This is its own can of worms. May we suggest: http://scripts.irssi.org/scripts/noticelogic.pl http://scripts.irssi.org/scripts/nickcolor.pl @@ -158,7 +142,6 @@ http://scripts.irssi.org/scripts/nickcolor.pl To make it run on startup, copy it into ~/.irssi/scripts/autorun/ (and restart irssi) Another fun IRC thing is running an XDCC server for sharing files.. -There may be someone running an XDCC server on Jollo, but you can run your own -- for more info see http://asdf.us/xdcc/ @@ -167,10 +150,6 @@ AND REMEMBER... Have fun and be safe online! -This irssi FAQ is distributed under the terms of the Jollo LNT License (version 1) -A copy of this license is available: https://jollo.org/licensing/public/LNT-1.txt - -:o) |
