@ -34,7 +34,7 @@ func botPause(m *tb.Message) {
func botUnpause(m *tb.Message) {
forcePaused = false
if pause && len(clients) > 1 {
if paused && len(clients) > 1 {
paused = false
px := PacketAdminRCon{
Packet: Packet{PType: AdminPacketAdminRCon},
The note is not visible to the blocked user.