⇤ ← Revision 1 as of 2005-01-12 09:38:34
Size: 565
Comment: Add new page, new tip
|
Size: 573
Comment: Add some line breaks
|
Deletions are marked like this. | Additions are marked like this. |
Line 10: | Line 10: |
Line 11: | Line 12: |
Line 12: | Line 14: |
Line 13: | Line 16: |
CategoryComputingTips > IrssiCompTips
Irssi Tips
Auto loading of scripts on startup
If you want to use a script all the time, and therefore want it to load on startup, you can put commands in the ~/.irssi/startup file. So for instance I have this in mine:
/script load nickcolor.pl
So that my nicks start appearing in colour from the moment I load irssi. Or for my IRC bot I have:
/script load bot.pl
So that people can start trouting from the minute irssi runs.