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.

Weird text in eggdrop dcc chat

Old posts that have not been replied to for several years.
Locked
o
okjacklim

Weird text in eggdrop dcc chat

Post by okjacklim »

hi all, i am having some weird text when i dcc chat with my bot.. anyone has any idea what's wrong?


<EggBot> DCC COMMANDS for EggBot, eggdrop v1.6.13:
<EggBot> [1m who away quit whom me[0m
<EggBot> [1m whois page match motd bots[0m
<EggBot> [1m addlog newpass console chat handle[0m
<EggBot> [1m echo strip su trace fixcodes[0m
<EggBot> [1m info bottree botinfo relay[0m
<EggBot> For botnet masters:
<EggBot> [1m +bot botattr chhandle chpass +host[0m
<EggBot> [1m -bot link chaddr boot -host[0m
<EggBot> [1m unlink[0m
<EggBot> For masters:
<EggBot> [1m chattr save backup reload status[0m
<EggBot> [1m traffic[0m
<EggBot> [1m +user +ignore comment binds ignores[0m
<EggBot> [1m -user -ignore dccstat debug banner[0m
<EggBot> [1m rehash restart uptime clearqueue[0m
<EggBot> For owners:
<EggBot> [1m die simul module loadmod unloadmod[0m
<EggBot> [1m set tcl rehelp modules +lang[0m
<EggBot> [1m -lang +lsec -lsec lstat relang[0m
<EggBot> All commands begin with '.' and all else goes to the party line.
<EggBot> Text starting with ',' is sent ONLY to bot-masters.
<EggBot> You can get help on individual commands: [1m'.help <command>'[0m
<EggBot> Extra help relating to loaded modules may be obtained by typing
<EggBot> [1m'.help <module> module'[0m, possible modules include
<EggBot> [1massoc[0m [1mchannels[0m [1mconsole[0m [1mctcp[0m [1mtransfer[0m
<EggBot> [1mirc[0m [1mnotes[0m [1mseen[0m [1mserver[0m [1mshare[0m
<EggBot> These are distributed with the bot, and they may be loaded, others can
<EggBot> be added also. You may receive a list of cmds in all loaded modules by
<EggBot> using [1m'.help all'[0m.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

There are 3 ways to connect to the eggdrop.

1: Normal DCC chat

2: Eggdrop reverse DCC chat

3: Telnet

Normal DCC chat will provide IRC code based message formatting.

Telnet will provide Telnet based message formattiing.

This formatting inclyude underline, bold, and so on.

The reverse DCC chat method, is more of a hack, that causes your IRC client to telnet to the bot. Thus, you are seeing this code.

There two ways to fix this, 1 of which is dependant on your client.

If you are using a newer version of mIRC, you can use the ANSI conversion setting. This will convert the codes into IRC formatting codes before mIRC displays them.

The other method is to use ".fixcodes" once connected to the bot. This will change the mode eggdrop thinks you are in.

In versions prior to 1.6.14 (1.6.14 is not out yet, but there is a fix in the code) you will need to type ".fixcodes" twice, if you have the echo setting off (using ".echo off").
Locked