Hello ! Thanks for the nice script, I've installed it to my v1.8.3 bot and I got errors like these:SpiKe^^ wrote:multi-host-repeat.tcl has now been posted to the tcl archive at:
https://tclarchive.org/download.php?id=1801
Installed latest one - .status showing this: Tcl version: 8.6.9 (header version 8.6.9)SpiKe^^ wrote:You need to upgrade the tcl version your eggdrop bot is using. The lassign command was first added in tcl version 8.5
Hi ! I got another tcl error, just noticed it:SpiKe^^ wrote:You need to upgrade the tcl version your eggdrop bot is using.
The lassign command was first added in tcl version 8.5
Code: Select all
set mhrp(phow) "putquick"
if {$mhrp(pnow)==1} { set mhrp(phow) "putnow" }
Here is the paste of script I use:SpiKe^^ wrote:That global variable is set near the end of the script.Make sure you have included the entire script (multi-host-repeat.tcl v1.6.5 (16Aug2018)) as it is on this thread.Code: Select all
set mhrp(phow) "putquick" if {$mhrp(pnow)==1} { set mhrp(phow) "putnow" }
Another time I got mentioned error.SpiKe^^ wrote:It would seem you are using the correct version script.
I have no idea why you are seeing that error.
Code: Select all
2019-11-20 11:15:39 +Беляй`^ https://www.youtube.com/watch?v=5GXD4k0Yt6w Отверженные (1 сезон ) Русский трейлер 2019
2019-11-20 11:15:40 +Беляй`^ https://www.youtube.com/watch?v=5GXD4k0Yt6w Отверженные (1 сезон ) Русский трейлер 2019
2019-11-20 11:15:40 @top тогда ее красоты не видно
2019-11-20 11:15:40 +Беляй`^ https://www.youtube.com/watch?v=5GXD4k0Yt6w Отверженные (1 сезон ) Русский трейлер 2019
Code: Select all
[2019-11-20 11:15:39] <Беляй`^> https://www.youtube.com/watch?v=5GXD4k0Yt6w Отверженные (1 сезон ) Русский трейлер 2019
[2019-11-20 11:15:40] Last message repeated 1 time(s).
Code: Select all
[2019-11-20 11:15:40] Tcl error [rp_pubmsg]: can't read "mhrp(phow)": no such variable
Code: Select all
# Max number of kicks to stack in one kick command #
# - set 0 to disable this script doing kicks (ex. set mhrp(maxk) 0) #
# NOTE: many networks allow more than one nick to be kicked per command. #
# set this at or below the max for your network. #
set mhrp(maxk) 3