rubocop -A examples/

This commit is contained in:
ChillerDragon 2022-11-05 17:27:54 +01:00
parent 70a03dc88f
commit 2b4f7335f3
6 changed files with 6 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
# Print all incoming chat messages to stdout

View file

@ -1,4 +1,5 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
# Prints out all network traffic

View file

@ -1,4 +1,5 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
# Chat spamming client

View file

@ -1,4 +1,5 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
# Set custom skin and other player infos

View file

@ -1,4 +1,5 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
# Reply to ! prefixed commands in chat
#

View file

@ -1,4 +1,5 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
require_relative '../lib/teeworlds-client'