diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-04 06:29:00 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-04 06:29:00 +0200 |
commit | 9dcce18cda5317ea1150eed06d6589b6285577e6 (patch) | |
tree | 1b36a9ddffa312e58daab075c43fb482c2bae905 /ExampleBots/LibMatrix.ExampleBot/Bot | |
parent | Too many changes to name... (diff) | |
download | LibMatrix-9dcce18cda5317ea1150eed06d6589b6285577e6.tar.xz |
Add start of Media Moderator PoC bot
Diffstat (limited to '')
-rw-r--r-- | ExampleBots/LibMatrix.ExampleBot/Bot/Commands/CmdCommand.cs (renamed from LibMatrix.ExampleBot/Bot/Commands/CmdCommand.cs) | 0 | ||||
-rw-r--r-- | ExampleBots/LibMatrix.ExampleBot/Bot/Commands/HelpCommand.cs (renamed from LibMatrix.ExampleBot/Bot/Commands/HelpCommand.cs) | 0 | ||||
-rw-r--r-- | ExampleBots/LibMatrix.ExampleBot/Bot/Commands/PingCommand.cs (renamed from LibMatrix.ExampleBot/Bot/Commands/PingCommand.cs) | 0 | ||||
-rw-r--r-- | ExampleBots/LibMatrix.ExampleBot/Bot/FileStorageProvider.cs (renamed from LibMatrix.ExampleBot/Bot/FileStorageProvider.cs) | 0 | ||||
-rw-r--r-- | ExampleBots/LibMatrix.ExampleBot/Bot/Interfaces/CommandContext.cs (renamed from LibMatrix.ExampleBot/Bot/Interfaces/CommandContext.cs) | 0 | ||||
-rw-r--r-- | ExampleBots/LibMatrix.ExampleBot/Bot/Interfaces/ICommand.cs (renamed from LibMatrix.ExampleBot/Bot/Interfaces/ICommand.cs) | 0 | ||||
-rw-r--r-- | ExampleBots/LibMatrix.ExampleBot/Bot/MRUBot.cs (renamed from LibMatrix.ExampleBot/Bot/MRUBot.cs) | 0 | ||||
-rw-r--r-- | ExampleBots/LibMatrix.ExampleBot/Bot/MRUBotConfiguration.cs (renamed from LibMatrix.ExampleBot/Bot/MRUBotConfiguration.cs) | 0 | ||||
-rw-r--r-- | ExampleBots/LibMatrix.ExampleBot/Bot/StartupTasks/ServerRoomSizeCalulator.cs (renamed from LibMatrix.ExampleBot/Bot/StartupTasks/ServerRoomSizeCalulator.cs) | 0 |
9 files changed, 0 insertions, 0 deletions
diff --git a/LibMatrix.ExampleBot/Bot/Commands/CmdCommand.cs b/ExampleBots/LibMatrix.ExampleBot/Bot/Commands/CmdCommand.cs index ca10326..ca10326 100644 --- a/LibMatrix.ExampleBot/Bot/Commands/CmdCommand.cs +++ b/ExampleBots/LibMatrix.ExampleBot/Bot/Commands/CmdCommand.cs diff --git a/LibMatrix.ExampleBot/Bot/Commands/HelpCommand.cs b/ExampleBots/LibMatrix.ExampleBot/Bot/Commands/HelpCommand.cs index 69766d1..69766d1 100644 --- a/LibMatrix.ExampleBot/Bot/Commands/HelpCommand.cs +++ b/ExampleBots/LibMatrix.ExampleBot/Bot/Commands/HelpCommand.cs diff --git a/LibMatrix.ExampleBot/Bot/Commands/PingCommand.cs b/ExampleBots/LibMatrix.ExampleBot/Bot/Commands/PingCommand.cs index a7c65b5..a7c65b5 100644 --- a/LibMatrix.ExampleBot/Bot/Commands/PingCommand.cs +++ b/ExampleBots/LibMatrix.ExampleBot/Bot/Commands/PingCommand.cs diff --git a/LibMatrix.ExampleBot/Bot/FileStorageProvider.cs b/ExampleBots/LibMatrix.ExampleBot/Bot/FileStorageProvider.cs index 2dfcee5..2dfcee5 100644 --- a/LibMatrix.ExampleBot/Bot/FileStorageProvider.cs +++ b/ExampleBots/LibMatrix.ExampleBot/Bot/FileStorageProvider.cs diff --git a/LibMatrix.ExampleBot/Bot/Interfaces/CommandContext.cs b/ExampleBots/LibMatrix.ExampleBot/Bot/Interfaces/CommandContext.cs index ec61a1e..ec61a1e 100644 --- a/LibMatrix.ExampleBot/Bot/Interfaces/CommandContext.cs +++ b/ExampleBots/LibMatrix.ExampleBot/Bot/Interfaces/CommandContext.cs diff --git a/LibMatrix.ExampleBot/Bot/Interfaces/ICommand.cs b/ExampleBots/LibMatrix.ExampleBot/Bot/Interfaces/ICommand.cs index 393ddbb..393ddbb 100644 --- a/LibMatrix.ExampleBot/Bot/Interfaces/ICommand.cs +++ b/ExampleBots/LibMatrix.ExampleBot/Bot/Interfaces/ICommand.cs diff --git a/LibMatrix.ExampleBot/Bot/MRUBot.cs b/ExampleBots/LibMatrix.ExampleBot/Bot/MRUBot.cs index 4f9b173..4f9b173 100644 --- a/LibMatrix.ExampleBot/Bot/MRUBot.cs +++ b/ExampleBots/LibMatrix.ExampleBot/Bot/MRUBot.cs diff --git a/LibMatrix.ExampleBot/Bot/MRUBotConfiguration.cs b/ExampleBots/LibMatrix.ExampleBot/Bot/MRUBotConfiguration.cs index c7620df..c7620df 100644 --- a/LibMatrix.ExampleBot/Bot/MRUBotConfiguration.cs +++ b/ExampleBots/LibMatrix.ExampleBot/Bot/MRUBotConfiguration.cs diff --git a/LibMatrix.ExampleBot/Bot/StartupTasks/ServerRoomSizeCalulator.cs b/ExampleBots/LibMatrix.ExampleBot/Bot/StartupTasks/ServerRoomSizeCalulator.cs index 4785192..4785192 100644 --- a/LibMatrix.ExampleBot/Bot/StartupTasks/ServerRoomSizeCalulator.cs +++ b/ExampleBots/LibMatrix.ExampleBot/Bot/StartupTasks/ServerRoomSizeCalulator.cs |