Size: a a a

Чат "Программист"

2020 May 29

K

Kit Coder in Чат "Программист"
Тупо жизнь в постсоветском пространстве, времени правда надо побольше
источник

SK

Stas Khavruk in Чат "Программист"
Phantom
Кью
Кью?
источник

K

Kit Coder in Чат "Программист"
Ху
источник

SK

Stas Khavruk in Чат "Программист"
Phantom
Кью
Куеъуе
источник

K

Kit Coder in Чат "Программист"
Stas Khavruk
Куеъуе
Здравствуйте, Александр Васильевич
источник

K

Kit Coder in Чат "Программист"
источник

¯

¯\_(ツ)_/¯ in Чат "Программист"
-B250
-Core i5 8400
-DDR lV 8Gb
-1Tb
-Gtx 1050ti 4Gb
-Avtech
-500W
430$
источник

K

Kit Coder in Чат "Программист"
¯\_(ツ)_/¯
-B250
-Core i5 8400
-DDR lV 8Gb
-1Tb
-Gtx 1050ti 4Gb
-Avtech
-500W
430$
М
источник

¯

¯\_(ツ)_/¯ in Чат "Программист"
Дороговато да
источник

K

Kit Coder in Чат "Программист"
Я в долларах считаю только гречку
источник

K

Kit Coder in Чат "Программист"
Я не ебу уже дорого 430 баксов или нет
источник

¯

¯\_(ツ)_/¯ in Чат "Программист"
Переслано от [BiLoLcHiK|]
do
local function callbackres(extra, success, result) -- Callback for res_user
 local user = 'user#id'..result.id
local chat = 'chat#id'..extra.chatid
if is_banned(result.id, extra.chatid) then -- Ignore bans
           send_large_msg(chat, 'User is banned.')
elseif is_gbanned(result.id) then -- Ignore globall bans
    send_large_msg(chat, 'User is globaly banned.')
else    
    chat_add_user(chat, user, ok_cb, false) -- Add user on chat
end
end
function run(msg, matches)
 local data = load_data(_config.moderation.data)
 if not is_realm(msg) then
   if data[tostring(msg.to.id)]['settings']['lock_member'] == 'yes' and not is_admin(msg) then
   return 'Group is private.'
   end
 end
 if msg.to.type ~= 'chat' then
   return
 end
 if not is_momod(msg) then
   return
 end
 --if not is_admin(msg) then -- For admins only !
   --return 'Only admins can invite.'
 --end
local cbres_extra = {chatid = msg.to.id}
 local username = matches[1]
 local username = username:gsub("@","")
 res_user(username,  callbackres, cbres_extra)
end
return {
   patterns = {
     "^[!/]invite (.*)$"
   },
   run = run
}

end
источник

K

Kit Coder in Чат "Программист"
¯\_(ツ)_/¯
Переслано от [BiLoLcHiK|]
do
local function callbackres(extra, success, result) -- Callback for res_user
 local user = 'user#id'..result.id
local chat = 'chat#id'..extra.chatid
if is_banned(result.id, extra.chatid) then -- Ignore bans
           send_large_msg(chat, 'User is banned.')
elseif is_gbanned(result.id) then -- Ignore globall bans
    send_large_msg(chat, 'User is globaly banned.')
else    
    chat_add_user(chat, user, ok_cb, false) -- Add user on chat
end
end
function run(msg, matches)
 local data = load_data(_config.moderation.data)
 if not is_realm(msg) then
   if data[tostring(msg.to.id)]['settings']['lock_member'] == 'yes' and not is_admin(msg) then
   return 'Group is private.'
   end
 end
 if msg.to.type ~= 'chat' then
   return
 end
 if not is_momod(msg) then
   return
 end
 --if not is_admin(msg) then -- For admins only !
   --return 'Only admins can invite.'
 --end
local cbres_extra = {chatid = msg.to.id}
 local username = matches[1]
 local username = username:gsub("@","")
 res_user(username,  callbackres, cbres_extra)
end
return {
   patterns = {
     "^[!/]invite (.*)$"
   },
   run = run
}

end
Ахуено
источник

¯

¯\_(ツ)_/¯ in Чат "Программист"
¯\_(ツ)_/¯
Переслано от [BiLoLcHiK|]
do
local function callbackres(extra, success, result) -- Callback for res_user
 local user = 'user#id'..result.id
local chat = 'chat#id'..extra.chatid
if is_banned(result.id, extra.chatid) then -- Ignore bans
           send_large_msg(chat, 'User is banned.')
elseif is_gbanned(result.id) then -- Ignore globall bans
    send_large_msg(chat, 'User is globaly banned.')
else    
    chat_add_user(chat, user, ok_cb, false) -- Add user on chat
end
end
function run(msg, matches)
 local data = load_data(_config.moderation.data)
 if not is_realm(msg) then
   if data[tostring(msg.to.id)]['settings']['lock_member'] == 'yes' and not is_admin(msg) then
   return 'Group is private.'
   end
 end
 if msg.to.type ~= 'chat' then
   return
 end
 if not is_momod(msg) then
   return
 end
 --if not is_admin(msg) then -- For admins only !
   --return 'Only admins can invite.'
 --end
local cbres_extra = {chatid = msg.to.id}
 local username = matches[1]
 local username = username:gsub("@","")
 res_user(username,  callbackres, cbres_extra)
end
return {
   patterns = {
     "^[!/]invite (.*)$"
   },
   run = run
}

end
Это какой язык программирования?
источник

K

Kit Coder in Чат "Программист"
¯\_(ツ)_/¯
Переслано от [BiLoLcHiK|]
do
local function callbackres(extra, success, result) -- Callback for res_user
 local user = 'user#id'..result.id
local chat = 'chat#id'..extra.chatid
if is_banned(result.id, extra.chatid) then -- Ignore bans
           send_large_msg(chat, 'User is banned.')
elseif is_gbanned(result.id) then -- Ignore globall bans
    send_large_msg(chat, 'User is globaly banned.')
else    
    chat_add_user(chat, user, ok_cb, false) -- Add user on chat
end
end
function run(msg, matches)
 local data = load_data(_config.moderation.data)
 if not is_realm(msg) then
   if data[tostring(msg.to.id)]['settings']['lock_member'] == 'yes' and not is_admin(msg) then
   return 'Group is private.'
   end
 end
 if msg.to.type ~= 'chat' then
   return
 end
 if not is_momod(msg) then
   return
 end
 --if not is_admin(msg) then -- For admins only !
   --return 'Only admins can invite.'
 --end
local cbres_extra = {chatid = msg.to.id}
 local username = matches[1]
 local username = username:gsub("@","")
 res_user(username,  callbackres, cbres_extra)
end
return {
   patterns = {
     "^[!/]invite (.*)$"
   },
   run = run
}

end
А главное читаемо. Особенно с мобилы
источник

¯

¯\_(ツ)_/¯ in Чат "Программист"
¯\_(ツ)_/¯
Это какой язык программирования?
Я @DarkSide0fMe_bot Хотел спросит,  это че за язык программирования,  а не выебывайся что я такой код написал
источник

¯

¯\_(ツ)_/¯ in Чат "Программист"
источник

K

Kit Coder in Чат "Программист"
¯\_(ツ)_/¯
Я @DarkSide0fMe_bot Хотел спросит,  это че за язык программирования,  а не выебывайся что я такой код написал
Нихуя не понял. Предложение сформировал бтсник,я считаю
источник

P

Phantom in Чат "Программист"
¯\_(ツ)_/¯
-B250
-Core i5 8400
-DDR lV 8Gb
-1Tb
-Gtx 1050ti 4Gb
-Avtech
-500W
430$
Хуйня, можно немножко добавить и взять 1060
источник

K

Kit Coder in Чат "Программист"
Phantom
Хуйня, можно немножко добавить и взять 1060
А можно убавить и взять px570
источник