~ubuntu-branches/ubuntu/trusty/manaplus/trusty

« back to all changes in this revision

Viewing changes to src/net/ea/chathandler.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-11-18 15:19:44 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20131118151944-iyd93ut2rmxzp8gg
Tags: 1.3.11.10-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
                                      const bool channels) const;
50
50
 
51
51
        virtual void processChat(Net::MessageIn &msg, const bool normalChat,
52
 
                                 const bool channels) const;
 
52
                                 const bool channels);
53
53
 
54
54
        virtual void processMVP(Net::MessageIn &msg) const;
55
55
 
56
56
        virtual void processIgnoreAllResponse(Net::MessageIn &msg) const;
57
57
 
 
58
        void clear() override final;
 
59
 
58
60
    protected:
59
61
        typedef std::queue<std::string> WhisperQueue;
60
62
        WhisperQueue mSentWhispers;
61
63
        bool mShowAllLang;
62
64
        bool mShowMotd;
 
65
        bool mSkipping;
63
66
};
64
67
 
65
68
}  // namespace Ea