Can someone help with this im looking to get a script that will send a command to a channel every 30 days command is !scores my eggdrop is then noticed of the top 3 ranked players for that month
id like to then get my bot to set the room topic with /topic #channelname Top three ranked players last month are 1. nick1 (545) 2. nick2 (537) 3. nick3 (194) well done (this bit is left out -GamesBot (GamesBot@staff.someserver.com)- )
bot will then message the channel with command !resetscores
This is what it is setting in the topic
This month: 1. nick1 (545) 2. nick2 (537) 3. nick3 (194)
how do i go about getting it to ignore this part in the notice (This Month:) all i want it to show is 1. nick1 (545) 2. nick2 (537) 3. nick3 (194)
Also if my eggdrop joins my games channel it gets messaged by my gamesbot and sets the topic for any notice it recieves from it can it be set so that it only sets the topic if recieves a notice matching a specific set of text
Is that literally what the bot notices you? Because if it is, my code above would have worked. Is there any color, bold, etc in there one would need to be made aware of? If so, use the code below...