Page 1 of 1
Help for a new guy
Posted: Sat Mar 12, 2005 11:04 am
by goodlink
I am trying to set up a password protected official channel and I am not sure of the syntax. Can anyone give me an example? Also, how do I send out a broadcast to all rooms on a server? I have no services loaded, and tried using the /notice command and it did not appear to work. Thanks in advance.
Posted: Sat Mar 12, 2005 11:29 am
by Dukat
If you want to password protect a channel, just use channelmode +k. (You can't password protect official channels via the configuration file.)
Broadcasting:
http://www.vulnscan.org/UnrealIrcd/faq/#42
Posted: Sat Mar 12, 2005 11:38 am
by goodlink
Dukat - Thanks for the heads up about password protection via the config file, I might have to look at scripting that somehow. As for the notice, I tried it and it seemed to go out but none of my clients saw it (they are using mIRC). Is there something I need to configure on the client side for them to see it. I have never worked with IRC before, so this may be a very basic question but I have not been able to find an answer. Here is what I typed to send the broadcast:
/notice $.my.domain Test Message
and the server status window showed:
[11:40] -> $.my.domain - Test Message
but no channels displayed it.
Posted: Sat Mar 12, 2005 11:54 am
by Dukat
You have to send it exactly as specified in the FAQ:
http://www.vulnscan.org/UnrealIrcd/faq/#42
/notice $*.my.domain Test Message, NOT notice $.my.domain Test Message
Of course this only works if all your servers are named <something>.my.domain.
The message will be sent as a notice to all clients (not to the channels).
Posted: Sat Mar 12, 2005 12:02 pm
by goodlink
Good deal, it was a typo on my part. Works like a champ so Thanks very much for the help. If you were here I would buy you a beer.
Posted: Sat Mar 12, 2005 12:09 pm
by Dukat
Hehe... cheers!
