Page 1 of 1

ip in welcome msg

Posted: Tue Jan 21, 2014 2:15 am
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";

Re: ip in welcome msg

Posted: Tue Jan 21, 2014 3:11 am
by Stealth
You need to enter the name of your server in your me block, then restart Unreal.

Re: ip in welcome msg

Posted: Tue Jan 21, 2014 3:27 am
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?

Re: ip in welcome msg

Posted: Tue Jan 21, 2014 4:25 am
by DeathLord
restarting the server worked, thank you