Jump to content

Translations:Konversation/Scripts/Ghosttrick/13/uk: Difference between revisions

From KDE UserBase Wiki
Yurchor (talk | contribs)
Created page with "# якщо ваш поточний псевдонім не збігається з бажаним, приховатися і змінити псевдонім if [ "$NICK" != "$..."
 
(No difference)

Latest revision as of 14:24, 25 July 2011

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Konversation/Scripts/Ghosttrick)
# if your current assigned nick isn't the same as your desired one, ghost yourself and change nick
if [ "$NICK" != "$nick" ]
then
  qdbus org.kde.konversation /irc raw $CONNECTION "PRIVMSG nickserv :GHOST $nick $pass"
  qdbus org.kde.konversation /irc raw $CONNECTION "NICK $nick"
fi
  1. якщо ваш поточний псевдонім не збігається з бажаним, приховатися і змінити псевдонім

if [ "$NICK" != "$nick" ] then

 qdbus org.kde.konversation /irc raw $CONNECTION "PRIVMSG nickserv :GHOST $nick $pass"
 qdbus org.kde.konversation /irc raw $CONNECTION "NICK $nick"

fi