Browse Source

chat

main
Miteruzo 1 year ago
parent
commit
29a2cc38da
1 changed files with 6 additions and 5 deletions
  1. +6
    -5
      modules/chat.mod.hsp

+ 6
- 5
modules/chat.mod.hsp View File

@@ -1,9 +1,9 @@
#module \
Chat

#define URL ("http://miteruzo.ml/goatoh_training/chat.php")
#define URL ("https://miteruzo.ml/goatoh_training/chat.php")

#defcfunc \
#defcfunc local \
New \
int p_id
id.insNum = p_id
@@ -12,11 +12,12 @@ New \

Return insNum - 1

#deffunc \
#deffunc local \
Send \
int p_insId,\
str p_message
int p_insId
HTTPLoad URL, StrF ("id=%d&text=%s", id.p_insId, p_message)
HTTPLoad@ URL + StrF ("?id=%d&text=%s", id.p_insId, p_message)
HTTPInfo _, HTTPINFO_MODE

Return



Loading…
Cancel
Save