|
MSN 通常是用來交談的, Liunx 下最有名的 MSN Client 當屬 gaim,
不過因為它是 GUI 的環境,要以 shell 來應用實在不容易
(如果你能用 shell 控制 mouse 點在那裏就可以做到,但你能嗎 ? ()
1. 安裝 tmsnc (http://tmsnc.sourceforge.net/download.html)
我的例子是用 0.3.2 版本,你可以找別的版本自己開發,或參考我的例子也可以
$>wget http://unc.dl.sourceforge.net/so ... /tmsnc-0.3.2.tar.gz
$>tar -zxvf tmsnc-0.3.2tar.gz
$>cd tmsnc-0.3.2
# 看一下 Makefile , 裏面的 openssl 路徑是否符合你的環境
$>make
$>make install
$>tmsnc (啟動的樣子)
.........
.'------.' |
| .-----. | |
| |TMSNC| | |;.
|*`-----'.|.' `;
`---------' .;'
.''''////////;'
/ ######### /;/ The
/ ######### // textbased
`-----------' alternative!
Login: abel@twnic.net.tw
Your login-address is abel@twnic.net.tw
Enter password:
2.TMSNC 的指令說明
# tmsnc 的 command 說明 (Readme),如果你要完善你的功能,就要詳讀任何的說明
Availible commands in TMSNC are:
* help show a list of availible commands
* clear clear the screen
* nick <name> set your nickname to <name>
* status <string> where <string> is online, busy, brb,
* away, phone, lunch or hidden
* quit logout from server and quit TMSNC
* add <address> add <address> to the contact-list |
|