saved files

These are old archives. They are kept for historic purposes only.
Locked
tazman
Posts: 7
Joined: Sat Jan 14, 2006 1:54 am

saved files

Post by tazman »

i dont know whats goin on the file is repating on Putty ,,,,just when i write
cd Unreal 3.2 >ls i found this

opers.conf opers.conf.save opers.confY opers.conf Y opers.confY.save opers.confY.save.save
unrealircd.conf unrealircd.conf.save
can anyone help
help me
Bricker
Posts: 88
Joined: Tue May 03, 2005 7:31 am
Location: Sterling, VA, USA

Post by Bricker »

Eh I'm having a little bit of trouble understanding what it is your typing in putty. try and be more specific
-Bricker-
tazman
Posts: 7
Joined: Sat Jan 14, 2006 1:54 am

Post by tazman »

i open putty then cd Unreal3.2 after ls so i found there 7 oper.confas i showed u
help me
Bricker
Posts: 88
Joined: Tue May 03, 2005 7:31 am
Location: Sterling, VA, USA

Post by Bricker »

sounds like a PEBKAC( Possible Error Between KB and Chair)

but to be safe, open the files and rule out that theres any text inside, if not just rm -rf and be careful what you type. also maybe clean your keyboard
-Bricker-
tazman
Posts: 7
Joined: Sat Jan 14, 2006 1:54 am

Post by tazman »

yup rm files thanks bro and another quastion i want to change my Ircops whois server status
i mean wana change that Line
IrcOp using irc.server.com IRC Network http://www.server.com
i want change it to
IrcOp using irc.server.com IRC Network http://www.server.com with colour or with capital letters how? and thanks for beeing pattent
help me
JIVXor
Posts: 134
Joined: Fri Sep 09, 2005 10:53 pm
Location: Cuba

Post by JIVXor »

If I'm not mistaken, there is no way to do that. You could create a SWhois line that offers that information, otherwise you would have to do modifications in your unrealIRCd [you'll be losing support].

*edit*
You could change the structure of your server name's string doing :

Code: Select all

me
{
        name "www.YouR.SeRVeR.CoM";
        info "CAsE SeNsItIvE StRuCtuRe sTrInG";
        numeric 1;
};
I don't guarantee any colors to you here.
Bricker
Posts: 88
Joined: Tue May 03, 2005 7:31 am
Location: Sterling, VA, USA

Post by Bricker »

you won't be able to achieve that goal. I don't even think theres a module that can do that. sorry.

Maybe submit it as a request for future releases
-Bricker-
Ron2K

Post by Ron2K »

Personally, I would find such a feature very annoying. In fact, whoever thought that coloured messages in IRC was a good idea should be flogged. But then, that's just me - I understand if other people like it...
tazman
Posts: 7
Joined: Sat Jan 14, 2006 1:54 am

Post by tazman »

using iRc.Cafeciler.Com 12Sohbetin 4En Yeni Adresi.!!
thats an example so thats not hard to make?
me
{
name "^C12(^C12 irc.^C7server^C12.com ^C12)";
info "^C12(^C12 www.^C7server^C12.com ^C12)";
numeric 1;
};

but not work something wrong
help me
JIVXor
Posts: 134
Joined: Fri Sep 09, 2005 10:53 pm
Location: Cuba

Post by JIVXor »

Obvius ;) I think the parser will not recognize those "^C12".
Bricker
Posts: 88
Joined: Tue May 03, 2005 7:31 am
Location: Sterling, VA, USA

Post by Bricker »

didn't we say this wasn't possible?
-Bricker-
tazman
Posts: 7
Joined: Sat Jan 14, 2006 1:54 am

Post by tazman »

Bricker wrote:didn't we say this wasn't possible?
i did it man
cd Unreal3.2 cd script there is file named s_err.c thats the file u can add colours and its will apear on ur whois ;)
help me
Bricker
Posts: 88
Joined: Tue May 03, 2005 7:31 am
Location: Sterling, VA, USA

Post by Bricker »

funny thing is, we don't support modification of source. *sigh*
-Bricker-
Locked