Page 1 of 1

Request Modules

Posted: Fri Nov 02, 2007 1:22 am
by OpEn
Hi dear UnrealIRCd coders and helpers,

I am not sure if these 2 modules have been requested or available somewhere.

** I would like to request a module that will delay users from joining any channel after connecting to the server, if they havent connected for a certain amount of time.

eg: user A just connected to the server and wants to join channel #A straight away.
then the server msg back: please wait 5 seconds after connecting before join any channel.

** I also would like another module, it is similar to the above. A module that will delay users from sending any type of msg to any channel if they havent joined that channel for certain amount of time.

eg: user A just joined channel #A, and he/she tries to send msg to channel #A straight away after joining.
then server msg back: please wait 5 seconds after joining before sending msg to the channel.

Thank you

Best regards,

Re: Request Modules

Posted: Fri Nov 02, 2007 3:07 pm
by Jobe
Ok for the join delay, I can see users disliking that, and perform scripts failing because of that. SO you;re likly to lose users for that.

For the delay on talking, that can be achieved with channel mode +m and a bot that auto +v's after a delay.