ASSS Questions - command conf z.alpha+ - Wed Oct 11, 2006 4:00 pm Post subject: command conf
is there a way to reload <command groups>.conf files on the fly.
for instance if i add "CMD_test" to the sysop.conf file in the groupdef.dir, is tehre a way to reload that so i can then use the ?test command?
thanks
Purge - Wed Oct 11, 2006 4:57 pm Post subject:
?reloadconf
z.alpha+ - Fri Oct 13, 2006 9:41 am Post subject:
i don't think ?reloadconf allows me to execute new commands...
here is what i'm doing
creating a custom module with a command in it
?insmod <module>
(success)
?<command>
no command is registered because it is not contained in the groupdef for my group.
i add that command in , restart asss and evertything works.
====
i was wondering if there is some way i can recyle that conf so the command would be available without restarting exe.
Bak - Fri Oct 13, 2006 9:58 am Post subject:
?putfile the modified groupdef file
?reloadconf -f
Dr Brain - Fri Oct 13, 2006 1:13 pm Post subject:
"?reloadconf group" will reload it all, and is the command I use.