| View previous topic :: View next topic |
| Author |
Message |
blinky Voice
Joined: 26 Apr 2006 Posts: 10
|
Posted: Sun Apr 30, 2006 8:20 pm Post subject: Weird looking chars in dcc |
|
|
well its hard to explain so i took a screenshot.
the .help file looks like this
| Code: |
%{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 |
|
| Back to top |
|
 |
DragnLord Owner

Joined: 24 Jan 2004 Posts: 711 Location: C'ville, Virginia, USA
|
Posted: Sun Apr 30, 2006 9:27 pm Post subject: |
|
|
.chattr your_handle -h
What you have there is that your client is not accepting the "highlight" characters. |
|
| Back to top |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
Posted: Sun Apr 30, 2006 9:47 pm Post subject: |
|
|
.fixcodes will fix the problem (turns telnet codes off). _________________ Follow me on GitHub
- Opposing
Public Tcl scripts |
|
| Back to top |
|
 |
blinky Voice
Joined: 26 Apr 2006 Posts: 10
|
Posted: Sun Apr 30, 2006 11:05 pm Post subject: |
|
|
cool it worked
.fixcodes made it work with bold and .chattr your_handle -h made the bold off. i kept bold on. thanks again  |
|
| Back to top |
|
 |
|