summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--irssi.txt132
1 files changed, 132 insertions, 0 deletions
diff --git a/irssi.txt b/irssi.txt
new file mode 100644
index 0000000..11df181
--- /dev/null
+++ b/irssi.txt
@@ -0,0 +1,132 @@
+ __________________________________________________________________________
+ ____ ____ _____ ____ ___ ___ ____
+ /_____ _____/ / ___ \ / ____/ / ____/ /_____ _____/
+ / / / / \ \ / / / / / /
+ / / / /____/ / \ \__ \ \__ / /
+ / / / ___ __/ \__ \ \__ \ / /
+ / / / / \ \ \ \ \ \ / /
+ _____/ /_____ / / \ \ ____/ / ____/ /____/ /_____
+ ___/ /__/ /_______\ \__/ /___/ // /____
+ __________________________________________________________________________
+
+ ~ le irssi faq pour le amelioration des color codes sur l'irc plu parfait! ~
+
+
+OPTIMIZE YOUR TERMINAL FOR COLOR CODES ON OSX
+=============================================
+
+You can use terminal, some nerds seem to prefer iterm2, but it's up to you
+... http://iterm2.com/
+
+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
+
+The default iterm colors are kind of ugly for color codes, so you may want to change them
+to something like this..
+
+https://s3.amazonaws.com/luckyplop/c5f3a1f2b8e2f8a745fa2638c21af7d26117b91b.png
+
+
+INSTALLING IRSSI ON OSX
+=======================
+
+For me the easiest thing is to install homebrew >> http://brew.sh/
+
+Follow les instructions and then..
+
+brew install irssi
+
+Then you run irssi from a terminal by typing the magic word..
+
+irssi
+
+
+SETTING UP IRSSI FOR COLOR CODES
+================================
+
+Use these commands for proper unicode support --
+
+/set term_charset utf-8
+/set recode_autodetect_utf8 ON
+/set recode_fallback ISO-8859-15
+/set recode ON
+
+Use these commands to dump color codes quickly and efficiently --
+
+/set cmd_queue_speed 0msec
+/set cmds_max_at_once 1
+/set flood_max_msgs 0
+/set flood_timecheck 0
+
+Remember to type /save after doing a /set to save your changes!
+
+/save
+
+Your irssi configuration will be stored in your home directory in..
+
+.irssi/config
+
+
+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
+
+
+SETTING UP IRSSI TO AUTOJOIN #SALLY
+===================================
+
+First run irssi, then paste in these commands (changing yournick to your preferred nickname, etc)
+
+/network add -nick yournick -user yournick -realname "your name" Jollo
+/server add -network Jollo -auto -ssl irc.jollo.org 9999
+/channel add -auto #sally Jollo
+/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
+
+/layout save
+/save
+
+
+IRC TIPS
+========
+
+/join #sally -- join a channel :)
+/part #sally -- leave a channel ;(
+/quit blabla -- quit irc (with the quit message 'blabla')
+/list -- list channels
+/who #sally -- show complete list of people on #sally
+/names -- show quick list of names
+/msg nick blabla -- send someone a private message ;)
+
+
+IRSSI TIPS
+==========
+
+Ctrl-N -- move to next window
+Ctrl-P -- move to previous window
+/window close -- close a window
+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)
+
+
+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
+
+:o)
+
+
+