Method
PurpleCommandget_tags
unstable since: 3.0
Declaration [src]
PurpleTags*
purple_command_get_tags (
  PurpleCommand* command
)
      Description [src]
Gets the PurpleTags from command.
These tags will be matched against PurpleConversation:tags using
purple_tags_contains() to determine if command is available for a
PurpleConversation.
If this is empty, it will match all conversations.
Available since: 3.0
| Gets property | Purple.Command:tags | 
Return value
Type: PurpleTags
The tags object.
| The returned data is owned by the instance. |