diff options
| author | Jules <jules@asdf.us> | 2015-04-17 18:04:55 -0400 |
|---|---|---|
| committer | Jules <jules@asdf.us> | 2015-04-17 18:04:55 -0400 |
| commit | aede4580450a2d8c37825d22871fa90cc15c1528 (patch) | |
| tree | 323e89f8334787a08d82c7bb8b9c381b95f700d0 | |
| parent | 5aa3edc6214663fa1805e8d304f27151f0e190aa (diff) | |
note on scripting
| -rw-r--r-- | irssi.txt | 26 |
1 files changed, 25 insertions, 1 deletions
@@ -23,6 +23,8 @@ To see color codes correctly, make sure your term type is xterm-256color -- If you use iterm: https://s3.amazonaws.com/luckyplop/a1b0f0e3d6eae746c82194876f2ccd8b200bc3bb.png If you use terminal: https://s3.amazonaws.com/luckyplop/6a2270b58ea1cfac587607215e1b829f41d47355.png +Restart iterm after changing this setting. + The default iterm colors are kind of ugly for color codes, so you may want to change them to something like this.. @@ -103,6 +105,7 @@ IRC TIPS /part #sally -- 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 /names -- show quick list of names /msg nick blabla -- send someone a private message ;) @@ -118,13 +121,34 @@ 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) + + +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" + +http://scripts.irssi.org/scripts/noticelogic.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/ + + 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 here: http://asdf.us/xdcc/LNT-1.txt +A copy of this license is available: https://jollo.org/licensing/public/LNT-1.txt :o) |
