Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
mmshooreshi committed Apr 6, 2022
1 parent 8734fde commit 2b1884d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/src/functions.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'date'

def replyText_gen (typeVar)
$condom_protection=true
if typeVar=="done"
$condom_protection=false
$reply_text=" ` https://t.me/#{$bot_username}?start=#{Digest::MD5.hexdigest("#{$waitingLockId}")[0...8]} `"
Expand Down
2 changes: 1 addition & 1 deletion bin/src/init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def resetVars
$fileid_toshow=""
$isMD=0
$codeVar_toshow=0
$condom_protection=true
# $condom_protection=true
end
resetVars

Expand Down

0 comments on commit 2b1884d

Please sign in to comment.