summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/chat/guildtab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/tabs/chat/guildtab.cpp')
-rw-r--r--src/gui/widgets/tabs/chat/guildtab.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/gui/widgets/tabs/chat/guildtab.cpp b/src/gui/widgets/tabs/chat/guildtab.cpp
index 8074bd304..97f0f348d 100644
--- a/src/gui/widgets/tabs/chat/guildtab.cpp
+++ b/src/gui/widgets/tabs/chat/guildtab.cpp
@@ -43,7 +43,7 @@ namespace Ea
GuildTab::GuildTab(const Widget2 *const widget) :
// TRANSLATORS: guild chat tab name
- ChatTab(widget, _("Guild"), "", ChatTabType::GUILD)
+ ChatTab(widget, _("Guild"), "", "#Guild", ChatTabType::GUILD)
{
setTabColors(Theme::GUILD_CHAT_TAB);
mShowOnline = config.getBoolValue("showGuildOnline");
@@ -120,12 +120,6 @@ void GuildTab::getAutoCompleteCommands(StringVect &names) const
names.push_back("/leave");
}
-void GuildTab::saveToLogFile(const std::string &msg) const
-{
- if (chatLogger)
- chatLogger->log("#Guild", msg);
-}
-
void GuildTab::playNewMessageSound() const
{
soundManager.playGuiSound(SOUND_GUILD);