summaryrefslogtreecommitdiff
path: root/irc_mod/popups.h
blob: 148e8ba42f5a311ba6c2e2a24161f286b9bada8d (plain)
1
2
3
4
5
6
7
8
9
10
11
#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 */