Method
PurpleCommandget_source
unstable since: 3.0
[−]
Description [src]
Gets the source of command
.
When presenting commands to the user, this value can be used to help them determine where the command came from.
Available since: 3.0
Gets property | Purple.Command:source |
[−]
Return value
Type: const char*
The source.
The returned data is owned by the instance. |
The value is a NUL terminated UTF-8 string. |