install
来自「AndyChat 是一种用Perl 来编写的多协议的控制台聊天程序。它的目的在于」· 代码 · 共 52 行
TXT
52 行
Quick Install=============The following Perl modules are REQUIRED..Curses:: For the yummy screen layout Version 1.06 only at the moment, later versions will probably work. Downloadable from http://www.perl.com/cpan/Net::IRC For IRC support Tested with 0.73, patches for 0.73 available in contrib/ Downloadable from http://www.perl.com/cpan/Time::HiRes For high resolution time() Downloadable from http://www.perl.com/cpan/Term::ReadKey Non-blocking ReadLine/ReadKey functions Required only for ICQ support, will be outmoded soon hopefully Downloadable from http://www.perl.com/cpan/--Install all the above modules, using the standard:perl Makefile.PLmakemake testmake install(read module docs for more info)Finally, edit andychat.ini (or ~/.andychatrc) and change any importantinfo (such as your nick) andperl schpati000.pl--BTW, make sure you're a user when running the proggie. Just toease some security concerns for you and for the server you'reconnecting to :)It also helps to know that /IRC SERVER <irc server> [port]connects to an IRC server :)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?