We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
Fungot
Fungot is an IRC bot written in Funge-98 by User:fizzie.
Fungot is more or less the mascot of Libera.Chat's #esolangs channel. While not the only bot on the channel by far, it is the most advanced and only regularly present one which has been written in an esolang.
Fungot supports brainfuck and Underload interpretation, with the possibility to define commands using these. (Although fizzie needs to save fungot's state for such additions to become permanent.)
Fungot also responds to mentions of its name (lowercase) with Markov chain-generated answers in several selectable styles.
Fungot commands are invoked with the caret (^) prefix.
^helplists all built-in commands;^showlists all commands, including user-defined ones.^bfruns a brainfuck program,^ulruns an Underload program.^deflets you define a user-defined command in brainfuck or Underload,strlets you define commands whose source is longer than an IRC line.^stylechooses a Markov model for random Markov chain responses, or lists the available models. Creating such models is now a lost art.