mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-19 20:20:18 +00:00
Removed redundant inline /* plugin handle */ comments from the ph declarations in three plugin source files, keeping behavior unchanged and making the declarations cleaner.
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
#include "zoitechat-plugin.h"
|
#include "zoitechat-plugin.h"
|
||||||
|
|
||||||
static zoitechat_plugin *ph; /* plugin handle */
|
static zoitechat_plugin *ph;
|
||||||
static char name[] = "Checksum";
|
static char name[] = "Checksum";
|
||||||
static char desc[] = "Calculate checksum for DCC file transfers";
|
static char desc[] = "Calculate checksum for DCC file transfers";
|
||||||
static char version[] = "4.0";
|
static char version[] = "4.0";
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
#include "zoitechat-plugin.h"
|
#include "zoitechat-plugin.h"
|
||||||
|
|
||||||
static zoitechat_plugin *ph; /* plugin handle */
|
static zoitechat_plugin *ph;
|
||||||
static char name[] = "Exec";
|
static char name[] = "Exec";
|
||||||
static char desc[] = "Execute commands inside ZoiteChat";
|
static char desc[] = "Execute commands inside ZoiteChat";
|
||||||
static char version[] = "1.2";
|
static char version[] = "1.2";
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
#define APPCAST_URL "https://zoitechat.zoite.net/appcast.xml"
|
#define APPCAST_URL "https://zoitechat.zoite.net/appcast.xml"
|
||||||
|
|
||||||
static zoitechat_plugin *ph; /* plugin handle */
|
static zoitechat_plugin *ph;
|
||||||
static char name[] = "Update Checker";
|
static char name[] = "Update Checker";
|
||||||
static char desc[] = "Check for ZoiteChat updates automatically";
|
static char desc[] = "Check for ZoiteChat updates automatically";
|
||||||
static char version[] = "5.0";
|
static char version[] = "5.0";
|
||||||
|
|||||||
Reference in New Issue
Block a user