diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-31 16:31:23 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-31 16:31:23 +0300 |
commit | 7b4d32e5cf9a8bc8ab398e4041cb99e8fb57ada0 (patch) | |
tree | c731a07c4c778be1be1eec0bc3f033e74d39bb1b /include | |
parent | d8aaed8d4fbec6147975e482f4b02a8e9521d99a (diff) |
fixes #1807 (Remove obsolete ICQ shit)
Diffstat (limited to 'include')
-rw-r--r-- | include/delphi/deprecated/m_icqext.inc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/include/delphi/deprecated/m_icqext.inc b/include/delphi/deprecated/m_icqext.inc deleted file mode 100644 index 37336d863d..0000000000 --- a/include/delphi/deprecated/m_icqext.inc +++ /dev/null @@ -1,19 +0,0 @@ - //auth
- //db event added to NULL contact
- //blob format is:
- //ASCIIZ text
- //DWORD uin
- //HANDLE hContact
- ICQEVENTTYPE_AUTH_GRANTED = 2004; //database event type
- ICQEVENTTYPE_AUTH_DENIED = 2005; //database event type
- ICQEVENTTYPE_SELF_REMOVE = 2007; //database event type
- ICQEVENTTYPE_FUTURE_AUTH = 2008; //database event type
- ICQEVENTTYPE_CLIENT_CHANGE = 2009; //database event type
- ICQEVENTTYPE_CHECK_STATUS = 2010; //database event type
- ICQEVENTTYPE_IGNORECHECK_STATUS = 2011;//database event type
-
- //broadcast from server
- //ASCIIZ text
- //ASCIIZ from name
- //ASCIIZ from e-mail
- ICQEVENTTYPE_BROADCAST = 2006; //database event type
|