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 looking chars in dcc

General support and discussion of Eggdrop bots.
Post Reply
b
blinky
Voice
Posts: 10
Joined: Wed Apr 26, 2006 7:03 pm

Weird looking chars in dcc

Post by blinky »

well its hard to explain so i took a screenshot.

Image

the .help file looks like this

Code: Select all

%{help=all}%{-}
###  %bcore%b commands
   For all users:
      %bwho          away         quit         whom%b
      %bme           page         match        motd%b
      %bbots         newpass      chat         handle%b
      %bwhoami       echo         strip        su%b
      %btrace        fixcodes     bottree      vbottree%b
      %bbotinfo      relay        -host%b
%{o|o}
   For ops:
      %baddlog       console      match        whois%b
%{+t}
   For botnet masters:
      %b+bot         botattr      chhandle     chpass%b
      %b+host        -bot         link         chaddr%b
      %bboot         unlink       banner       dccstat%b
%{+m|m}
   For channel masters:
      %bchattr       save         backup       reload%b
      %bstatus       traffic      uptime%b
%{+m}
   For global masters:
      %b+user        +ignore      comment      binds%b
      %bignores      -user        -ignore      dccstat%b
      %bdebug        rehash       restart      module%b
%{+n}
   For owners:
      %bdie          simul        loadmod      unloadmod%b
      %blanguage     set          tcl          rehelp%b
      %bmodules      +lang        -lang        +lsec%b
      %b-lsec        lstat        relang       ldump%b

eggdrop 1.6.17 downloaded from here on FreeBSD 6.0-STABLE

i redownloaded the source and recompiled everything twice. still looks the same even with a vanilla eggdrop. any ideas? i also tried 1.6.16
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Post by DragnLord »

.chattr your_handle -h

What you have there is that your client is not accepting the "highlight" characters.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

.fixcodes will fix the problem (turns telnet codes off).
b
blinky
Voice
Posts: 10
Joined: Wed Apr 26, 2006 7:03 pm

Post by blinky »

cool it worked
.fixcodes made it work with bold and .chattr your_handle -h made the bold off. i kept bold on. thanks again :)
Post Reply