| Class | Teamspeak::Client |
| In: |
lib/teamspeak-ruby/client.rb
|
| Parent: | Object |
| SPECIAL_CHARS | = | [ ['\\\\', '\\'], ['\\/', '/'], ['\\s', ' '], ['\\p', '|'], ['\\a', '\a'], ['\\b', '\b'], ['\\f', '\f'], ['\\n', '\n'], ['\\r', '\r'], ['\\t', '\t'], ['\\v', '\v'] | First is escaped char, second is real char. |
| flood_limit | [W] | Number of commands within flood_time before pausing. Default is 10 |
| flood_protection | [W] | Should commands be throttled? Default is true |
| flood_time | [W] | Length of time before flood_limit is reset in seconds. Default is 3 |
| sock | [R] | access the raw socket |
Sends command to the TeamSpeak 3 server and returns the response
command('use', {'sid' => 1}, '-away')