Search found 5 matches

by SNewman
Fri Nov 12, 2004 8:39 pm
Forum: Unreal 3.2 Support
Topic: MOTD
Replies: 20
Views: 10248

Thanks to all again. I'll try all of your suggestions.

EDIT: Still not working :( I wish there were a simpler way of doing this MOTD....
by SNewman
Thu Nov 11, 2004 9:40 pm
Forum: Unreal 3.2 Support
Topic: MOTD
Replies: 20
Views: 10248

Thanks again for all your help. I can't seem to be able to give my self the permissions I need to rehash though heh. Here is the code I am using:

Code: Select all

oper SNewman {
     class clients;
     from {
        userhost *@*;
        
     };
     flags
     {
       r,O,A;
     };
};
Any ideas?[/code]
by SNewman
Thu Nov 11, 2004 8:05 pm
Forum: Unreal 3.2 Support
Topic: MOTD
Replies: 20
Views: 10248

Thanks to all comments. How would I re-hash the MOTD file? Or whatever I gotta do. I'm runnin this on Windows.
by SNewman
Thu Nov 11, 2004 3:18 pm
Forum: Unreal 3.2 Support
Topic: MOTD
Replies: 20
Views: 10248

No....but is there any particular formatting for the MOTD file? Or do I just type the message?
by SNewman
Thu Nov 11, 2004 5:38 am
Forum: Unreal 3.2 Support
Topic: MOTD
Replies: 20
Views: 10248

MOTD

Hi. I just spent about an hour getting my UnrealIRCD up. And now, I can't even get MOTD working! I have a MOTD file in the same directory that UnrealIRCD is installed in.......is that right? Am I just supposed to type the message in that file? Put it in brackets? A little help please.