mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
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:
parent
8e20972f4f
commit
7433dafcb1
4 changed files with 16 additions and 18 deletions
6
src/fe-common/core/autorun.h
Normal file
6
src/fe-common/core/autorun.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef __AUTORUN_H
|
||||
#define __AUTORUN_H
|
||||
|
||||
void autorun_startup(void);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue