nml375 Revered One
Joined: 04 Aug 2006 Posts: 2857
|
Posted: Mon Jun 15, 2009 1:22 pm Post subject: |
|
|
If you're not too afraid from modifying code, there's the stripcodes tcl command that can be used to remove ansi-codes among others.
Since I don't know which sysinfo-script you're using, I can't tell you exactly where to add/modify the code, although the change would look something like this:
| Code: | puthelp "PRIVMSG $channel :$systeminfo"
##changes into
puthelp "PRIVMSG $channel :[stripcodes a $systeminfo]" |
The actual variable names may vary, so the above is just a rough example as to what you should look for, and how to use the stripcodes command.. _________________ NML_375, idling at #eggdrop@IrcNET |
|