diff --git a/modules/stickychan.cpp b/modules/stickychan.cpp index 0d631500..3ea33b48 100644 --- a/modules/stickychan.cpp +++ b/modules/stickychan.cpp @@ -60,6 +60,7 @@ public: pChan->SetKey( it->second ); m_pUser->AddChan( pChan ); PutModule( "Joining [" + it->first + "]" ); + PutIRC( "JOIN " + it->first + ( it->second.empty() ? "" : it->second ) ); } } }