summaryrefslogtreecommitdiff
path: root/src/gui/widgets/channeltab.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-04-16Some cleanupsBjørn Lindeijer1-4/+7
* std::string arguments to 'const std::string &' * findMember2 renamed to findOrCreateMember * Made some functions const
2009-04-16Rehash CommandHandler a bit, it's now fully mergedJared Adams1-0/+87
Tabs can now interract with CommandHandler and define their own commands in a seemless way. Most channel-related commands have been moved into ChannelTab, the close command is now in the WhisperTab, and eAthena's party tab now shows all standard commands.
2009-04-05Implement TMWServ's Admin-, Chat-, and MapHandlersJared Adams1-9/+3
2009-04-01Some cleanupJared Adams1-2/+1
2009-03-27Clean up chat and chat tabs some moreJared Adams1-28/+6
2009-03-27Add some const to the chat tabsJared Adams1-1/+1
2009-03-26Add ChannelTab for chat channelsJared Adams1-0/+70
This fixes TMWServ compilation form the previous commit.