Page 1 of 1
A few questions
Posted: Fri Jul 23, 2004 2:05 pm
by Jeff
Hello everyone.
I have a few questions about UnrealIRCd.
OK, I was wondering how I can fix this error:
MOTD File is missing
I get that error when I try to do /motd from my client (mIRC). Anyone have any clues?
Also - How can I make it say just the nickname and not
[email protected] ?
Im a very new Linux user, so please be explicit with your answers.
Thanks in advance!

Posted: Fri Jul 23, 2004 4:05 pm
by codemastr
Create a file named ircd.motd then do /rehash -motd
Posted: Fri Jul 23, 2004 6:13 pm
by Jeff
codemastr wrote:Create a file named ircd.motd then do /rehash -motd
I place the file in my Unreal3.2 directory right? Well, I did that, then ran /Unreal3.2/unreal rehash -motd , and am getting the same error as before:
Welcome to the ROXnet IRC Network Jeff!
[email protected]
Your host is irc.foonet.com, running version Unreal3.2.1
This server was created Thu Jul 22 2004 at 17:38:49 CDT
irc.foonet.com Unreal3.2.1 iowghraAsORTVSxNCWqBzvdHtGp lvhopsmntikrRcaqOALQbSeKVfMGCuzNT
MAP KNOCK SAFELIST HCN MAXCHANNELS=10 MAXBANS=60 NICKLEN=30 TOPICLEN=307 KICKLEN=307 MAXTARGETS=20 AWAYLEN=307 are supported by this server
WALLCHOPS WATCH=128 SILENCE=15 MODES=12 CHANTYPES=# PREFIX=(qaohv)~&@%+ CHANMODES=be,kfL,l,psmntirRcOAQKVGCuzNSMT NETWORK=ROXnet CASEMAPPING=ascii EXTBAN=~,cqnr ELIST=MNUCT are supported by this server
There are 1 users and 0 invisible on 1 servers
1 unknown connection(s)
I have 1 clients and 0 servers
-
Current Local Users: 1 Max: 2
Current Global Users: 1 Max: 1
-
MOTD File is missing
I also tried restarting unreal, no go.
Any other ideas?

Posted: Fri Jul 23, 2004 7:17 pm
by codemastr
I didn't say do ./unreal rehash -motd, I said do /rehash -motd, as in a command on your server, not a command in your shell.
Posted: Fri Jul 23, 2004 8:16 pm
by aliasneo
... i dont even know how to do that lol, i coudnt get the linux version to run so im trying windows
Posted: Fri Jul 23, 2004 8:19 pm
by aliasneo
wait if i cant even open unreal how am i supposed to do all that ? oops wrong post <check my post> lol
Posted: Fri Jul 23, 2004 9:11 pm
by Jeff
Aha. Sorry about that. *oops*
I tried to do that, it told me Permission Denied. So I checked my oper configuration, and now when I try /oper login *password* it tells me "No O-lines for your host."
I tried setting the hostname to *@* in the config file, but that did no good. How can I find out what hostname to put? o_O I also tried putting localhost and other things, but Im totally confused.
Sorry if i'm just asking completely newbie type questions, but ive been up and down the manuals and couldnt find anything, except what to set the flags to (I have global and netadmin set, btw)
-Jeff
Posted: Fri Jul 23, 2004 10:28 pm
by Jeff
Aha. Darn problem. Fixed. I just had to rehash unreal (wow im stupid =P) Now I am able to login as an oper and rehash the motd.
Thanks a lot. Does anyone know how to stop it from showing username!
[email protected] though?
Cheers,
Jeff
Posted: Fri Jul 23, 2004 10:31 pm
by AngryWolf
What you set to *@* is not a hostname, it's oper::from::userhost (a user@host mask, in other words). And *@* (or simply *) is quite right to allow access from everywhere. Perhaps you are having an other problem, not explicitly with your host, even if the message says that. See
question #35 in the official UnrealIRCd FAQ.
Posted: Fri Jul 23, 2004 11:18 pm
by Jeff
AngryWolf wrote:What you set to *@* is not a hostname, it's oper::from::userhost (a user@host mask, in other words). And *@* (or simply *) is quite right to allow access from everywhere. Perhaps you are having an other problem, not explicitly with your host, even if the message says that. See
question #35 in the official UnrealIRCd FAQ.
I found out my problem was that I was typing /oper
login username password
>_<; I forgot my syntax for /oper, hehe.
-Jeff