没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > wirc |
wirc
|
0 | 0 | 73 |
贡献者 | 讨论 | 代码提交 |
wIRCSummarywIRC is a modular java-based IRC client with support for loading java based plug-ins during run-time. So long as a plug-in implements the wIRC configuration, it may do whatever it likes within the limitations of java. Since wIRC is modular, users may swap out portions of the program (such as replacing the GUI with a CLI) and potentially, later on, be able to use multiple modules for certain program portions.
UsageIn most cases the use of the executable jar files will be enough for most users. Those who wish to use script will need to create a folder named scripts in the directory that they are executing the jar from. Anything in the scripts folder with a .script extension will be loadable from the client by typing /load scriptname (though the suffix of .script is optional here as it is auto-appended)