Chat-O-Matic/protocols/purple/purple.rdef
Jaidyn Ann ddaf39c300 Returning libpurple protocol amount and names
The libpurple add-on has been split into two parts― a background process
that will actually interface with libpurple, and an add-on that acts as
intermediary between Cardie and the process. This helps prevent
redundancy, and is giving me a lot less trouble that directly loading
libpurple.

The protocol amount and names are now returned by the add-on (through
protocol_count() and protocol_at() respectively)― you can see them in
Preferences' protocol list.
2021-06-23 23:57:27 -05:00

15 lines
247 B
Plaintext

resource app_version {
major = 0,
middle = 0,
minor = 1,
variety = B_APPV_ALPHA,
internal = 0,
short_info = "Libpurple add-on for Cardie",
long_info = "©2021 Jaidyn Levesque"
};
resource app_flags B_SINGLE_LAUNCH | B_BACKGROUND_APP;