Help for a new guy

These are old archives. They are kept for historic purposes only.
Post Reply
goodlink
Posts: 7
Joined: Sat Mar 12, 2005 11:00 am

Help for a new guy

Post 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.
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post 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
goodlink
Posts: 7
Joined: Sat Mar 12, 2005 11:00 am

Post 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.
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post 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).
goodlink
Posts: 7
Joined: Sat Mar 12, 2005 11:00 am

Post 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.
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Hehe... cheers! :D
Post Reply