Skip to content

Commit cba0f41

Browse files
committed
Fix update issue.
Darn it!
1 parent e6078d9 commit cba0f41

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dlFilter.mrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4495,10 +4495,6 @@ on *:sockread:DLF.Socket.Update: {
44954495
var %line, %mark $sock($sockname).mark
44964496
var %state $gettok(%mark,1,$asc($space))
44974497
if (%state != Body) DLF.Socket.Error Cannot process response: Still processing %state
4498-
unset %DLF.version.web
4499-
unset %DLF.version.web.mirc
4500-
unset %DLF.version.beta
4501-
unset %DLF.version.beta.mirc
45024498
while ($true) {
45034499
sockread %line
45044500
if ($sockerr > 0) DLF.Socket.SockErr sockread:Body

0 commit comments

Comments
 (0)