ip in welcome msg

These are old archives. They are kept for historic purposes only.
Post Reply
DeathLord
Posts: 3
Joined: Tue Jan 21, 2014 1:36 am

ip in welcome msg

Post by DeathLord »

i would like to know if anyone could help me out in getting the servers ip out of the welcome msg, heres my welcome msg.

Code: Select all

Welcome to the Death2Kitty IRC Network [email protected]
> Your host is x.x.x.x, running version Unreal3.2.10.2
> This server was created Wed Jan 8 2014 at 12:22:56 EST
> x.x.x.x Unreal3.2.10.2 iowghraAsORTVSxNCWqBzvdHtGpI lvhopsmntikrRcaqOALQbSeIKVfMCuzNTGjZ
> CMDS=KNOCK,MAP,DCCALLOW,USERIP,STARTTLS UHNAMES NAMESX SAFELIST HCN MAXCHANNELS=30 CHANLIMIT=#:30 MAXLIST=b:60,e:60,I:60 NICKLEN=30 CHANNELLEN=32 TOPICLEN=307 KICKLEN=307 AWAYLEN=307 are supported by this server
> MAXTARGETS=20 WALLCHOPS WATCH=128 WATCHOPTS=A SILENCE=15 MODES=12 CHANTYPES=# PREFIX=(qaohv)~&@%+ CHANMODES=beI,kfL,lj,psmntirRcOAQKVCuzNSMTGZ NETWORK=Death2Kitty CASEMAPPING=ascii EXTBAN=~,qjncrRa ELIST=MNUCT are supported by this server
> STATUSMSG=~&@%+ EXCEPTS INVEX are supported by this server
the only place in the config that still has the ip are the listen blocks also when i do /whois i get the ip under the "server" line, istead of the server name

here is my network settings block if it will help

Code: Select all

#This is the network settings block
set {
        network-name            "Death2Kitty";
        default-server          "irc.Death2Kitty.net";
        services-server         "services.Death2Kitty.net";
        stats-server            "stats.Death2Kitty.net";
        help-channel            "#Help";
        hiddenhost-prefix       "Kitty";
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: ip in welcome msg

Post by Stealth »

You need to enter the name of your server in your me block, then restart Unreal.
DeathLord
Posts: 3
Joined: Tue Jan 21, 2014 1:36 am

Re: ip in welcome msg

Post by DeathLord »

ohhh, like i said the only place in the config with an ip is the listen blocks, but ive only rehashed, haven't restarted, ur saying rehashing wont read from the me block?
DeathLord
Posts: 3
Joined: Tue Jan 21, 2014 1:36 am

Re: ip in welcome msg

Post by DeathLord »

restarting the server worked, thank you
Post Reply