#ifndef __IRC_POPUPS_H #define __IRC_POPUPS_H #define POPTYPE_SPAM 254 // this is for spambots void InitPopUps(); void InitPopupOpts(WPARAM wParam); int ShowPopUpMsg(HANDLE hContact, const char* szTitle, const char* szMsg, BYTE bType); #endif /* __IRC_POPUPS_H */