Differences between version 6 and revision by previous author of IrssiNotes.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 6 | Last edited on Saturday, May 19, 2007 2:18:53 pm | by BenStaz | Revert |
Older page: | version 4 | Last edited on Friday, November 10, 2006 11:38:08 pm | by AristotlePagaltzis | Revert |
@@ -176,7 +176,32 @@
<tt>/SET completion_char :</tt>:
Completion character to use.
+
+!! Hilighting
+
+<tt>/SET hilight_nick_matches :
+
+!!Must Have Scripts
+
+Put any scripts you wish to autorun when you start [Irssi] into ''~~/.irssi/scripts/autorun/ ''
+
+!nicklist.pl
+http://www.irssi.org/scripts/scripts/nicklist.pl
+
+Change the width of the nicklist by:
+
+<tt>/set nicklist_width <number></tt>
+
+Make it appear on irssi startup:
+
+<tt>/set nicklist_automode screen</tt>
+
+Scrolling:
+You can scroll up and down in the nicklist with /nicklist scroll. You probably want to bind a key to it.
+
+<tt>/bind something command nicklist scroll -10</tt>
+and <tt>/bind something command nicklist scroll +10</tt>
----
Part of CategoryNotes