Same as the other guys. The plugin won't load, because of the following errors during compile: Compiler Error: \\HB\Plugins\ShutUp\ShutUp.cs(61,30) : error CS0115: 'ShutUp.ShutUp.Initialize()': no suitable method found to override Compiler Error: \\HB\Plugins\ShutUp\ShutUp.cs(152,30) : error CS0115: 'ShutUp.ShutUp.Dispose()': no suitable method found to override I tried removing the override from code and recompile, but that just produced new errors regarding Styx.CommonBot.BotEvents I think we need an update to this plugin?
Use the AIML one. https://www.thebuddyforum.com/honor...chat-manager-multilingual-20.html#post1701355
I get the same error with ShutUp AIML: Compiler Error: \\HB\Plugins\ShutUpAIML\ShutUp.cs(88,30) : error CS0115: 'ShutUp_AIML.ShutUp_AIML.Initialize()': no suitable method found to override Compiler Error: \\HB\Plugins\ShutUpAIML\ShutUp.cs(184,30) : error CS0115: 'ShutUp_AIML.ShutUp_AIML.Dispose()': no suitable method found to override .. Edit: Aha, you have to also download the attached ShutUp.cs uploaded by Tiron12. Then it works. Thanks!
cannot launch Code: Compiler Error: Honorbuddy\Plugins\ShutUp\ShutUp.cs(18,7) : error CS0246: The type or namespace name 'AIMLbot' could not be found (are you missing a using directive or an assembly reference?) Compiler Error: Honorbuddy\Plugins\ShutUp\ShutUp.cs(43,17) : error CS0246: The type or namespace name 'Bot' could not be found (are you missing a using directive or an assembly reference?) Compiler Error: Honorbuddy\Plugins\ShutUp\ShutUp.cs(44,17) : error CS0246: The type or namespace name 'User' could not be found (are you missing a using directive or an assembly reference?) Compiler Error: Honorbuddy\Plugins\ShutUp\Forms\myNamePopUpForm.cs(19,26) : error CS0118: 'ShutUp' is a 'namespace' but is used like a 'type' Compiler Error: Honorbuddy\Plugins\ShutUp\Forms\SettingsForm.cs(23,26) : error CS0118: 'ShutUp' is a 'namespace' but is used like a 'type' Compiler Error: Honorbuddy\Plugins\ShutUp\Forms\UpdateForm.cs(20,26) : error CS0118: 'ShutUp' is a 'namespace' but is used like a 'type' Compiler Error: Honorbuddy\Plugins\ShutUp\Helpers\ChatHelper.cs(18,33) : error CS0118: 'ShutUp' is a 'namespace' but is used like a 'type' Hi I'm getting the errors above.
Fixed Hey Guys, I loved this Plugin so much over the years and had a look at it why it doesnt work anymore today. I found the Problem and fixed it. Now it should work again. There are some bugs like the wrong sound, but for me it replys and saves the log. You could post your bugs and if I have time I will maybe have a look. Merry Christmas View attachment ShutUp.zip
I copy the Code into an existing and working Plugin Project and let me show the errors. I dont know it exactly again. But the old plugins dont have the onEnable, onDisable Part. So first you have to change this. Then I mostly look into the other errors and try to find a solution. Look into the Developer Forum and read how to write a Plugin Tutorial, this helps a lot.