Execute ~/.irssi/startup before autoconnecting to servers. This way you can

get autoconnecting work with dynamically loaded chat protocols.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2062 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-11-18 19:37:18 +00:00 committed by cras
commit 7433dafcb1
4 changed files with 16 additions and 18 deletions

View file

@ -0,0 +1,6 @@
#ifndef __AUTORUN_H
#define __AUTORUN_H
void autorun_startup(void);
#endif