French updates
[adiumx.git] / Source / ESAutoAwayPlugin.h
blobbdb8ac6f3be52d33fda69c48a97719fe11944181
1 //
2 // ESAutoAwayPlugin.h
3 // Adium
4 //
5 // Created by Evan Schoenberg on 3/4/05.
6 // Copyright 2005 The Adium Team. All rights reserved.
7 //
9 #import <Adium/AIPlugin.h>
11 @interface ESAutoAwayPlugin : AIPlugin {
12 BOOL automaticAwaySet;
13 NSMutableDictionary *previousStatusStateDict;
14 NSMutableSet *accountsToReconnect;
16 BOOL autoAway;
17 NSNumber *autoAwayID;
18 double autoAwayInterval;
21 @end