diff options
Diffstat (limited to 'protocols/Omegle/src/db.h')
-rw-r--r-- | protocols/Omegle/src/db.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Omegle/src/db.h b/protocols/Omegle/src/db.h index fd0d290b3c..ea80a53d48 100644 --- a/protocols/Omegle/src/db.h +++ b/protocols/Omegle/src/db.h @@ -53,3 +53,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define OMEGLE_KEY_LOGGING "EnableLogging"
#define OMEGLE_KEY_SERVER_INFO "GetServerInfo"
#define OMEGLE_KEY_LAST_QUESTION "LastQuestion"
+#define OMEGLE_KEY_AUTO_CONNECT "AutoConnect"
|