קוד: בחר הכל
* /sockwrite: 'source2' not connected (line 3757, remote.ini)
* /sockwrite: 'source1' not connected (line 3757, remote.ini)
אז הלכתי לשורה 3757 והכל ניראה לי שם בסדר:
קוד: בחר הכל
alias source.cmd {
bunset &pass &id &type &ending &len &send
bset -t &pass 1 $$2-
bset &id 1 $inttonum(64).reverse
bset &type 1 $inttonum(2).reverse
bset &ending 1 0 0
bset &len 1 $inttonum($calc($bvar(&id,0) + $bvar(&pass,0) + $bvar(&type,0) + $bvar(&ending,0))).reverse
bset &send 1 $bvar(&len,1-) $bvar(&id,1-) $bvar(&type,1-) $bvar(&pass,1-) $bvar(&ending,1-)
if ($sock(source $+ $1)) {
sockwrite source $+ $1 &send
}
else { source $1 | .timer 1 2 source.cmd $$1- }
}
מישהו יודע למה זה