Page 1 of 1

#idle and vhost

Posted: Fri Oct 27, 2006 12:46 am
by serpe
Hi. I would have two questions:
1 I have seen in some net based on unrealircd colors vhost and motd. how can i it realize them.
2 I would want to create a channel #idle in which they come forces to enter the customers who after a determined time do not find themselves in no channel. Thanks

Posted: Fri Oct 27, 2006 10:21 am
by Jobe
For 1 i have to say ive NEVER seen coloured vHosts and coloured MOTD's arnt reccomended but they simply use the same colour codes mIRC which you may have to copy and paste.

For 2 this would require an IRCd module since a services module wont know the idle times of users.

Posted: Sat Oct 28, 2006 2:19 am
by Jason
It could be done in services, just very inefficiently. The services could ask the servers for the current idle times. I wouldn't recommend it.

Module shouldn't be hard.

Posted: Tue Oct 31, 2006 9:37 pm
by aquanight
Jobe1986 wrote:For 2 this would require an IRCd module since a services module wont know the idle times of users.
Idle time != time in no channels, which can easily be figured out by watching joins/parts.