ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Mircryption

Eggdrop Tcl script output being sent twice to channel [solved]

(1/1)

ikaroz:
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
--- End quote ---

Problem solved.

Thanks for the help mouser! :)

mouser:
happy to help and welcome to the site.
thanks for documenting it here for the next person  :up:

Navigation

[0] Message Index

Go to full version