refactor: change extras messenger _ to :

i didn't know it accepts all ASCII chars
This commit is contained in:
ChomeNS
2025-03-09 17:12:13 +07:00
parent 2b328c3d0d
commit 7069c7d0ab

View File

@@ -28,7 +28,7 @@ public class ExtrasMessengerPlugin extends Bot.Listener {
public ExtrasMessengerPlugin (Bot bot) {
this.bot = bot;
this.chomens_namespace = bot.config.namespace + "_"; // Ex. chomens_bot_ (then it will be appended by channel)
this.chomens_namespace = bot.config.namespace + ":"; // Ex. chomens_bot: (then it will be appended by channel)
bot.addListener(this);
}