mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02:00
Add a '-autorun' switch to /script reset
This way we reload all the scripts in the autorun folder.
This commit is contained in:
parent
e4f8abc973
commit
b2424f3193
3 changed files with 16 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ int perl_get_api_version(void)
|
|||
return IRSSI_PERL_API_VERSION;
|
||||
}
|
||||
|
||||
static void perl_scripts_autorun(void)
|
||||
void perl_scripts_autorun(void)
|
||||
{
|
||||
DIR *dirp;
|
||||
struct dirent *dp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue