This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Odd characters in eggdrop DCC?

Old posts that have not been replied to for several years.
Locked
e
eger

Odd characters in eggdrop DCC?

Post by eger »

I was wondering why there are all these "[1m" characters before every sentance.

Makes things kinda whacky, any way to get rid of them? did i compile the bot wrong?

Running on freebsd4.7

newest eggdrop (.12 i think)
E
EEggy
Op
Posts: 122
Joined: Thu Sep 26, 2002 11:46 pm

Post by EEggy »

type .telnet off
EEggy
e
eger

Post by eger »

[10:24] <EgEr> .telnet off
[10:24] <Eteinad> What? You need '.help'
S
Sotman
Voice
Posts: 10
Joined: Thu Jul 04, 2002 4:37 am

Post by Sotman »

.help fixcodes
e
eger

Post by eger »

thanks, i found it looking a little harder =)
C
Canman

Post by Canman »

I have the same problem!
It sure fixed the problem but it doesn't "stay".

How do I get this "permanent"?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

It's not perminant, it's only a temporary solution (per connection).

There are 2 ways to connect to the bots partyline.

One is via DCC, where the bot connects to you, the second is via telnet.

When using DCC, your client, sends a message to the bot, teling it which IP and port to connect to. The command is marked as a DCC connection.

When you use telnet (with a telnet or raw sockets application), the connection is marked as a telnet connection.

The differance between the to, is the codes send, regarding BOLD highlighted text. The funny codes you see, as the codes used to make text BOLD in a telnet connection.

The .fixcodes command changes a connection marked as telnet, and marks it as DCC, so that the IRC based codes are sent, rather than the telnet codes.

However, when typing "/ctcp nickname chat" in IRC, you are telling the bot, to send the DCC request to you. In this request, it send the IP address as set in my-ip (or nat-ip if set) and the port set using the listen command.

As such, your IRC client, conects to the bot, as if it where a telnet connection.

For a perminant solution, you can remove the +h flag from yourself, though you will never see any of the fancy BOLD marked text.
S
Sotman
Voice
Posts: 10
Joined: Thu Jul 04, 2002 4:37 am

Post by Sotman »

hmm doesn't the command .store keep the .fixcodes thingy..if I recall correct it did store .telnet off in 1.1.5 version..
but I can be wrong as allways..
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Saying that, i beleive it should.

However, this will prevent the nice formatting when using a telnet client.
C
Canman

Post by Canman »

Sotman:
I tried that and no luck. but thanks anyways :)

I think I have to go with the -h flag to get this fixed.
Locked