diff options
| author | George Hazan <ghazan@miranda.im> | 2019-06-04 12:42:13 +0300 | 
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2019-06-04 12:42:13 +0300 | 
| commit | 88d56b4791202034588ff5b10d9c05fff3019934 (patch) | |
| tree | 36641740737a9e3a92adaa75116650373a9a2943 /protocols/IRCG/src | |
| parent | 4a1f343d8684deaaa67e6ee56f0769b8bab8d6c8 (diff) | |
finally fixes #1963 (Remove Free for Chat, On the Phone and Out of Lunch statuses completely)
Diffstat (limited to 'protocols/IRCG/src')
| -rw-r--r-- | protocols/IRCG/src/options.cpp | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/protocols/IRCG/src/options.cpp b/protocols/IRCG/src/options.cpp index 1ce7754a22..74bdeb75bf 100644 --- a/protocols/IRCG/src/options.cpp +++ b/protocols/IRCG/src/options.cpp @@ -930,9 +930,6 @@ static char* sttPerformEvents[] = {  	LPGEN("Event: Not available"),
  	LPGEN("Event: Occupied"),
  	LPGEN("Event: Do not disturb"),
 -	LPGEN("Event: Free for chat"),
 -	LPGEN("Event: On the phone"),
 -	LPGEN("Event: Out for lunch"),
  	LPGEN("Event: Disconnect"),
  	LPGEN("ALL NETWORKS")
  };
 | 
