Penguin

Differences between version 7 and predecessor to the previous major change of IrssiNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 7 Last edited on Saturday, May 19, 2007 2:20:13 pm by BenStaz Revert
Older page: version 5 Last edited on Tuesday, February 13, 2007 3:01:23 pm by BenStaz Revert
@@ -179,10 +179,29 @@
  Completion character to use. 
  
 !! Hilighting 
  
-<tt>/SET hilight_nick_matches : </tt>: 
+<tt>/SET hilight_nick_matches</tt> : 
  
- Tell irssi whether it should automatically highlight text that matches your nickname
+!!!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