Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
#that regex, will return 0 if its a new post (0 responses) and 1-5 if its a thread that other players already replied to.
#the headers contains a cookie called rgDiscussionPrefs that is using steam feature to show 50 messages per page instead of 15.
#if the regex detects 5 pages, then it will return "dont_reply".
#then, there is another regex that checks the last message on that thread, if the message ending with the bot signature, then
# its our own bot, and dont reply to that thread again (return "dont_reply").
#after checking those 4 last threads, the bot will check again for the last 4 threads at the main forum page, if they
# got changed, then remove the outdated threads and keep the new ones at the last 4 thread list.