hello together,
first ... sorry for my bad english .. and for the long text.
we are planning to realize an irc-server (ircd) in our intranet. the user can contact the server with a java applet. all that still works fine at the moment. we wrote some perl-scripts which run on the server to preconfigure the java-applet, so that the user only had to register himself at the intranet. when the applet starts, we put his username in the html-code for the applet, so that the user only had to push a start button, that works fine to.
now we do a script, so that the user could configure his own chat (his personal channels) in a database, so that other users only had to push a special button for this configured chat and the applet connects the channels automaticly. what we're want now is, that eggdrop open's the channels before the link to open the channels is available to grant the op-rights of the channel. if then later the user arrived, which has configured the channels, he should be op automaticly. is it possible to do something like that with eggdrop?
i think we could write the channel-information in a separate file, is it possible to include this extra file with a command in the eggdrop-config-file for configuring channels? is it possible to auto-op users in the same way?
thank you
bye