Konversation/Tips and Tricks/uk: Difference between revisions
(Created page with "цим") |
(Created page with " способом для повторного отримання вашого псевдоніма після повторного з’єднання freenode.") |
||
Line 79: | Line 79: | ||
== Зміна псевдоніма за вимогою == | == Зміна псевдоніма за вимогою == | ||
Скористайтеся [[Special:mylanguage/Konversation/Scripts/Ghosttrick|цим]] | Скористайтеся [[Special:mylanguage/Konversation/Scripts/Ghosttrick|цим]] способом для повторного отримання вашого псевдоніма після повторного з’єднання freenode. | ||
[[Category:Internet]] | [[Category:Internet]] |
Revision as of 17:05, 25 July 2011
Використання вбудованих скриптів
- Konversation has many built-in scripts to make Konversation more fun to use. The following scripts come bundled with Konversation:
- /media
- shows what you play in your media player (several players are supported)
- /weather
- displays weather information if you have KWeather installed and running (KDE 3)
- /cmd
- runs a command and prints the output - try
/cmd uname -a
- /uptime
- prints the current uptime information of your machine
- /sayclip
- prints the top entry saved in Klipper
- /sysinfo
- Shows information about your system.
- /fortune
- Shows a random fortune from scripts/fortune.dat
Підказки щодо DCC
- You can DCC any link supported by KDE in Konversation.
Try/dcc send <nickname> http://www.slashdot.org
Інтеграція з Kontact
- You can associate nicks with address book entries and track their online status from Kontact. To do so right click a nick, use and select the addressbook entry you want to associate. And that's it. Now you can see their online status from Kontact.
- If you install kuick plugin from kdeaddons/konq-plugins you can right click a filename choose , select one of your online contacts and Konversation will DCC the file to that contact.
Доповнення псевдонімів
- If you chose a nick using tab-completion, the next time you press Tab key Konversation will insert last completed nick automatically.
- You can skip some part of nicks while using nick completion. For example if your bouncer adds ~ prefix to nicks you can add following to your ~/.kde/share/config/konversationrc :
[Nick Completion] PrefixCharacter=~
- Then it won't take ~ prefix into account while doing nick completion. So to get ~foo you just do fo<tab> and it will complete it to ~foo. You can use any valid string for PrefixCharacter like ~,~d,~df,etc.
Звукові сповіщення
Ви можете наказати Konversation сповіщати вас звуковим ефектом, якщо хтось згадає ваш псевдонім на каналі.
- Go to in the menubar.
- Select .
- Click the checkbox which says and then use the folder icon to the right of it to select a sound to play.
You can also choose other types of notifications for other events from this dialog.
Вмикання графічних емоційок
Завершіть роботу Konversation, додайти до вашого файла ~/.kde/share/config/konversationrc і перезапустіть Konversation:
[Themes] EmotIconTheme=Default EnableEmotIcons=true
Будь ласка, зауважте, що графічні емоційки формально не підтримуються, а розробку коду припинено.
Створення тунелю SSH перед встановленням з’єднання
Open ~/ssh-tunnel.sh
Then create an ~/ssh-tunnel.sh file with something like:
# Enter your own ssh-tunnel command ssh -C -N -L 6667:irc.efnet.org:6667 cartman@southpark.com& # wait some seconds to establish the tunnel before continuing sleep 5
Then chmod +x ~/ssh-tunnel.sh
and any network using this identity will set up an ssh tunnel before it connects!
You have to use localhost as server and the login-process for the tunnel-server should be automated by ssh-agent and the port only works once so you have to use a different script for each connect. All-in-all maybe its easier to set up the tunnel(s) in Konsole or use a SSL-capable server. nobs 11:11, 15 February 2006 (EST)
Імпортування списку серверів mIRC
На цій сторінці ви можете знайти скрипт, який додасть вміст файла servers.ini програми mIRC до вашого файла налаштувань Konversation.
Вмикання автоматичної перевірки правопису
Клацніть правою кнопкою миші на рядку для введення тексту і виберіть у контекстному меню пункт
.Зміна псевдоніма за вимогою
Скористайтеся цим способом для повторного отримання вашого псевдоніма після повторного з’єднання freenode.