http://git.chat98.i2p/chat98/chat98/commit/358aa6038cb79ae451a8d6d1fae44ba32ac77741?files=src/main/kotlin/i2p/chat98/gui/presenter/BuddiesGuiPresenter.kt
get ( ) , " ${buddy.name} [ ${buddy.shortId} ] is trying to send you a message, but they are not in your buddies list! \n Add to your buddies and open chat? " , JOptionPane . OK _CANCEL _OPTION , ) return confirmed == 0 } private fun getChatGui ( buddy : Buddy ) : ChatGui { var chatGui = chatGuis [ buddy . b64 ] if ( chatGui == null ) { // If no window exists, create a new one and add message chatGui = ChatGuiImp ( ChatGuiPresenter ( buddy . b64 , audioService ,...