topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 4:48 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ikaroz [ switch to compact view ]

Pages: [1]
1
mouser solved it in #mircryption, but requested i put the solution in the forums for future reference, so here it is:

Background: I have a Tcl script which (when given a !command) fetches information from a given webpage and displays the info in the channel.

Problem: The eggdrop always displays the info twice, like an echo. This becomes very annoying after a while. ;)
Also, it works like it should if I send the !command in plaintext, however, it displays the info encrypted (in contrary to how I've configured PlainTextBlock).

Solution: Put the mircryption script last in your configuration file, like:

##### SCRIPTS #####
source scripts/alltools.tcl
source scripts/action.fix.tcl
source scripts/myownscript.tcl
source scripts/tcleggdrop_mcpsfuncs.tcl
source scripts/PlaintextBlock.tcl

Problem solved.

Thanks for the help mouser! :)

Pages: [1]