Method: Libfchat::Fchat#AWC
- Defined in:
- lib/libfchat/fchat.rb
#AWC(character) ⇒ Object
Requests a list of currently connected alts for a characters account.
*This command requires chat op or higher.*
295 296 297 298 |
# File 'lib/libfchat/fchat.rb', line 295 def AWC(character) json = {:character => character} self.('AWC',json) end |