Hi,
I have a little problem with filesys.mod
i have 2 eggdrop link
<(s)thevoice> Lorimier (1.10.1.2)
<(s)thevoice> `-+MTL (1.10.1.2)
On first eggdrop thevoice / botnick Lorimier i switch on filesys.mod with .files
and after i change my current directory :
cd logs
eggdrop reply : [23:32]<(s)thevoice> New current directory: /logs
Eggdrop change my info line on my user account with "logs"
if i try :
cd notexist
eggdrop replay : [23:34]<(s)thevoice> No such directory.
info line don't change to notexist
On linked eggdrop i can see this message when I change directory with 'cd'
[23:32]<(s)MTL> [21:32] Lorimier: change INFO bejito
i can .whois myaccount i have on whois new infoline:
[23:36]<(s)MTL> INFO: logs
If you can check src/mod/filesys.mod/filesys.c near line 1013 maybe :
-memcpy(&USERENTRY_DCCDIR, &USERENTRY_INFO,
- sizeof(struct user_entry_type) - sizeof(char *));
-
+memcpy(&USERENTRY_DCCDIR, &USERENTRY_INFO, sizeof(struct user_entry_type));
+USERENTRY_DCCDIR.name = "DCCDIR";
Best regards.
Hi,
I have a little problem with filesys.mod
i have 2 eggdrop link
<(s)thevoice> Lorimier (1.10.1.2)
<(s)thevoice> `-+MTL (1.10.1.2)
On first eggdrop thevoice / botnick Lorimier i switch on filesys.mod with .files
and after i change my current directory :
cd logs
eggdrop reply : [23:32]<(s)thevoice> New current directory: /logs
Eggdrop change my info line on my user account with "logs"
if i try :
cd notexist
eggdrop replay : [23:34]<(s)thevoice> No such directory.
info line don't change to notexist
On linked eggdrop i can see this message when I change directory with 'cd'
[23:32]<(s)MTL> [21:32] Lorimier: change INFO bejito
i can .whois myaccount i have on whois new infoline:
[23:36]<(s)MTL> INFO: logs
If you can check src/mod/filesys.mod/filesys.c near line 1013 maybe :
Best regards.