- Documented class and module
This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-17 22:44:16 +02:00
parent 8db61c8e13
commit cd84a7e38c
1 changed files with 6 additions and 0 deletions

View File

@ -1,9 +1,15 @@
/**
* Rot13 module
*/
module botty.modules.rot13;
import botty.mod;
import botty.bot : Bot;
import birchwood.protocol.messages : Message;
/**
* Rot 13 command
*/
public final class Rot13 : Mod
{
private static string commandStr = ".rot13";