BeBot - An Anarchy Online and Age Of Conan chat automaton
Development => Module Requests => Topic started by: Temar on June 25, 2007, 04:52:45 am
-
This is somit that would be nice, altho no idea if possible
i run a raidbot and making changed can be anoying because they have to rejoin the pgroup each time
i was hopeing for a command that will reload the modules directory or maybe entire bot with out loging the character out and in
-
it's technically troublesome.
it would require restructuring of all plugins and would probebly set us back feature wise.
in a nutshell, it can't be done without sacrifices and very likely won't be done.
-
Technically troublesome is putting it mildly. Afaik it's more or less downright impossible to do reloading like this in PHP by means of PHP code.
-
It's possible by getting really dirty.
Something along the lines of include/require() inside a function or eval()