Adding old badges

Can you find one? I guess the place to look for plugins is here: https://meta.discourse.org/c/plugin

Ideally we’d also find/write something to convert our bbcode into markdown too…

1 Like

Seems we already have a somewhat basic highlighting system using.

[code]```Java
public class Player {
public void test();
}

So it appears as something such as the irc addict badge would be super easy to add since you don’t even need to add any query’s to it. Unless you want to add in a system for tracking how active a person is on irc again and have that added into the database to get queried?