30 #ifndef PLUGINS_AZOTH_INTERFACES_IHAVEDIRECTEDSTATUS_H
31 #define PLUGINS_AZOTH_INTERFACES_IHAVEDIRECTEDSTATUS_H
79 "org.Deviant.LeechCraft.Azoth.IHaveDirectedStatus/1.0");
virtual bool CanSendDirectedStatusNow(const QString &variant)=0
Checks if status can be sent to the given variant.
Q_DECLARE_INTERFACE(LeechCraft::Azoth::IAccount,"org.Deviant.LeechCraft.Azoth.IAccount/1.0")
Interface for entries for sending directed statuses.
virtual void SendDirectedStatus(const EntryStatus &status, const QString &variant)=0
Sends directed status to the given variant.
virtual ~IHaveDirectedStatus()