MOTD

These are old archives. They are kept for historic purposes only.
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post by katsklaw »

SNewman wrote: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....
MOTD isn't hard. In fact it's probably one of the easiest tasks a Server Admin would do just edit it in your favorite editor and type: /rehash -motd

Also, why can't you just use the new flags?
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

katsklaw wrote:doc/example.conf says you can still use the old flags. At least the Win32 version does. Would that be inaccurate and need to be removed? (Taken from Win32 - Unreal3.2.2)

Code: Select all

/*
 * NEW: oper {} 
 * OLD: O:Line 
 * Defines an IRC Operator
 * IRC operators are there to keep sanity to the server and usually keep it
 * maintained and connected to the network. 
 * The syntax is as follows: 
 * oper (login) { 
 *     class (class to put them in, if different from I, moves them to new
 *                class); 
 *     from { 
 *        userhost (ident@host);
 *        userhost (ident@host);
 *     }; 
 *     flags
 *     { 
 *       (flags here*);
 *     };
 *     OR
 *     flags "old type flags, like OAaRD";
 * };
 */
No I mean, you can't use the old flags in the new flags block.

From the docs: The oper::flags directive has two formats. If you wish to use the old style oper flags i.e., OAa, you use the flags <flags> method, if you want to use the new style,i.e., services-admin, then you use the flags { <flag>; } method.

so flags "oAr"; would be correct.
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Just to add, as far as I am aware, all the "rehash" flags were removed, and no longer do anything. A simple /rehash is all that is now required. Ofc, I may be wrong, but there we go.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

w00t: Uh.. see page 1? Angrywolf already commented on that (and so did katsklaw on Angrywolf :p).
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

katsklaw wrote:
Of course, /rehash -motd can still be used to reload only those two files.
Then why not use /rehash -motd when that is all you wish to reload?
^^ That is what I was talking about :) so don't think me entirely devoid of a brain :D
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post by katsklaw »

w00t wrote:
katsklaw wrote:
Of course, /rehash -motd can still be used to reload only those two files.
Then why not use /rehash -motd when that is all you wish to reload?
^^ That is what I was talking about :) so don't think me entirely devoid of a brain :D
too late! : :lol:
Post Reply