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.


CategoryComputingTips