List of chat bots: Difference between revisions

From Our World of Text Wiki
Jump to navigation Jump to search
No edit summary
 
(7 intermediate revisions by 3 users not shown)
Line 4: Line 4:
Chat bots are a somewhat controversial presence in community as many see them as nothing but a nuisance. There have been calls to either remove these bots, move them to another location outside of Global Chat, or make them respond to commands by privately messaging users, rather than having bot messages be visible to all.
Chat bots are a somewhat controversial presence in community as many see them as nothing but a nuisance. There have been calls to either remove these bots, move them to another location outside of Global Chat, or make them respond to commands by privately messaging users, rather than having bot messages be visible to all.


== Spam bots ==
== Goatway ==
{{main|Goatway}}
 
== Bots by [[Catha'Vi|Catha'Vi]] ==


=== Starianna ===
=== Anon intelligence ===
In early 2024, [[Starianna]] spammed chat using a counting bot.
"Anon Intelligence" (AI) was a LLM-based chatbot created by Catha'Vi in 2024 by fine-tuning a Large Language Model on OWoT Chatlogs.


== Goatway ==
Conversation:
{{main|Goatway}}
[[File:Anon Intelligence.png|thumb|none]]


== Bots by Katiserie ==
== Bots by Katiserie ==
Line 24: Line 27:


Silly bot also had a few commands users could invoke, such as '''!optout''' to opt out of replies, '''!leaderboard''' to view the top 10 users with the largest amount of silly points, or '''!help''' to view a list of commands.
Silly bot also had a few commands users could invoke, such as '''!optout''' to opt out of replies, '''!leaderboard''' to view the top 10 users with the largest amount of silly points, or '''!help''' to view a list of commands.
== Lemuria ==
Lemuria operates go-owot-log, a chat logging bot.
go-owot-log, written in {{wpd|Golang|Go}}, is the successor to the older [https://github.com/a-random-lemurian/owot_ws_log owot_ws_log], written in JavaScript and later TypeScript. While it was running on the website, it provided two commands: <code>ch size</code>, which counted the number of messages in its database, and <code>ch lastseen</code>, which reported when the bot last saw a certain user.
When Lemuria bought a virtual private server, it did not have enough RAM to run Clickhouse, the database used by the bot, which later led to Lemuria decommissioning it and developing a new bot from scratch that writes logs to a file in early 2025. In November 2025, Lemuria reimplemented the <code>ch size</code>, <code>ch help</code>, <code>ch uptime</code>, and <code>ch version</code>. Because the new bot does not have a database, <code>ch size</code> instead returns the size of its data directory (which includes old compressed log files).


== Prophetbot ==
== Prophetbot ==
Created by [[TheUltimateKatanaMaster]].
A multi-purpose chat bot created by [[TheUltimateKatanaMaster]] on July 23rd, 2023.
 
Read more on Prophetbot's [https://rentry.co/prophetbotowot website].
 
== People Bonker ==
Created by [[Schjessu]] in late December 2025.
[[File:People bonker.png|none|thumb|December 30th, 2025]]
 
== Markov ==
Created by [[Prohibit]] in late December 2025. A bot that mimics other chat messages using a Markov Chain.
[[File:Bot that acts just like a human.png|none|thumb]]
 
== Spam bots ==
 
=== Starianna ===
In early 2024, [[Starianna]] spammed chat using a counting bot.
[[Category:Compilation pages]]
[[Category:Compilation pages]]
[[Category:Chat]]
[[Category:Chat]]

Latest revision as of 23:12, 4 January 2026

Multiple scripters have deployed automated message bots in chat. Most of them are rather gimmicky in nature, executing simple commands from chat users.

Chat bots are a somewhat controversial presence in community as many see them as nothing but a nuisance. There have been calls to either remove these bots, move them to another location outside of Global Chat, or make them respond to commands by privately messaging users, rather than having bot messages be visible to all.

Goatway

Bots by Catha'Vi

Anon intelligence

"Anon Intelligence" (AI) was a LLM-based chatbot created by Catha'Vi in 2024 by fine-tuning a Large Language Model on OWoT Chatlogs.

Conversation:

Bots by Katiserie

Adelaide

Brisbane

Sillybot

"silly bot" was a simple Node.JS bot written by fox, operating under the Uvias display name silly_bot.

Silly bot would (invisibly) listen to incoming messages sent in Global chat for as long as the script was active. When a chat participant sent a message matching certain arbritrary regexes, it may reply back with an accompanying message—either privately to the sender, or globally for everyone. For example, if a participant sent a message containing "meow", silly bot may privately reply to the participant "meow", "mrrp", "mrow", or "mew". For each message that matched a given regex, registered users were rewarded with "silly points", an arbitrary point system with no real value.

Silly bot also had a few commands users could invoke, such as !optout to opt out of replies, !leaderboard to view the top 10 users with the largest amount of silly points, or !help to view a list of commands.

Lemuria

Lemuria operates go-owot-log, a chat logging bot.

go-owot-log, written in Go, is the successor to the older owot_ws_log, written in JavaScript and later TypeScript. While it was running on the website, it provided two commands: ch size, which counted the number of messages in its database, and ch lastseen, which reported when the bot last saw a certain user.

When Lemuria bought a virtual private server, it did not have enough RAM to run Clickhouse, the database used by the bot, which later led to Lemuria decommissioning it and developing a new bot from scratch that writes logs to a file in early 2025. In November 2025, Lemuria reimplemented the ch size, ch help, ch uptime, and ch version. Because the new bot does not have a database, ch size instead returns the size of its data directory (which includes old compressed log files).

Prophetbot

A multi-purpose chat bot created by TheUltimateKatanaMaster on July 23rd, 2023.

Read more on Prophetbot's website.

People Bonker

Created by Schjessu in late December 2025.

December 30th, 2025

Markov

Created by Prohibit in late December 2025. A bot that mimics other chat messages using a Markov Chain.

Spam bots

Starianna

In early 2024, Starianna spammed chat using a counting bot.