mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-13 10:48:26 -04:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
c4efe2965b | ||
|
a90b5a62f3 | ||
|
50a4497532 | ||
|
c3d6183d73 |
@@ -7,7 +7,7 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.
|
|||||||
|
|
||||||
- More cool stuff coming soon
|
- More cool stuff coming soon
|
||||||
|
|
||||||
## [4.0.2] - 03.0.3.2022
|
## [4.0.2] - 03.03.2022
|
||||||
|
|
||||||
- Fixed `.rero` not working due to a bug introduced in 4.0
|
- Fixed `.rero` not working due to a bug introduced in 4.0
|
||||||
|
|
||||||
@@ -56,6 +56,7 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.
|
|||||||
- [dev] Moved FilterWordsChannelId to a separate table
|
- [dev] Moved FilterWordsChannelId to a separate table
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
- Fixed twitch stream notifications (rewrote it to use the new api)
|
||||||
- Fixed an extra whitespace in usage part of command help if the command has no arguments
|
- Fixed an extra whitespace in usage part of command help if the command has no arguments
|
||||||
- Possible small fix for `.prune` ratelimiting
|
- Possible small fix for `.prune` ratelimiting
|
||||||
- `.gvc` should now properly trigger when a user is already in a gvc and changes his activity
|
- `.gvc` should now properly trigger when a user is already in a gvc and changes his activity
|
||||||
|
@@ -10,7 +10,6 @@ public sealed class UserSpamStats
|
|||||||
lock (_applyLock)
|
lock (_applyLock)
|
||||||
{
|
{
|
||||||
Cleanup();
|
Cleanup();
|
||||||
Log.Information("{Count}", _messageTracker.Count.ToString());
|
|
||||||
return _messageTracker.Count;
|
return _messageTracker.Count;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -7,7 +7,7 @@ namespace NadekoBot.Services;
|
|||||||
|
|
||||||
public class StatsService : IStatsService, IReadyExecutor, INService, IDisposable
|
public class StatsService : IStatsService, IReadyExecutor, INService, IDisposable
|
||||||
{
|
{
|
||||||
public const string BOT_VERSION = "4.0.1";
|
public const string BOT_VERSION = "4.0.3";
|
||||||
|
|
||||||
public string Author
|
public string Author
|
||||||
=> "Kwoth#2452";
|
=> "Kwoth#2452";
|
||||||
|
Reference in New Issue
Block a user