This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

is it possible that ...

Old posts that have not been replied to for several years.
Locked
A
AlHifi

Post by AlHifi »

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
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

probably be easier to customise a services server (ie chanserv) to do what you want.
A
AlHifi

Post by AlHifi »

On 2002-03-12 11:22, Petersen wrote:
probably be easier to customise a services server (ie chanserv) to do what you want.
Could you please tell me a little bit more or give detailed information what you mean?!?
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

You could use eggdrop with some message commands.

When someone registers a channel, automatically do /msg eggdrop addchan #chan <chan-password>

When someone enters a channel they own, automatically do /msg eggdrop opchan #chan <chan-password>

If your eggdrop is an ircop, I think it can set modes for people, even when it's not on the channel.
Locked