An IRC client script
vim-scripts/VimIRC.vim
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
This is a mirror of http://www.vim.org/scripts/script.php?script_id=931 This is an IRC client which runs on Vim. It has some of the features IRC users might expect, such as multiple servers connectivity, DCC SEND/CHAT features etc.. Read the plugin file for more feature info and usage instructions. For those who are unfamiliar with IRC in general, I recommend visiting this site first: http://www.irchelp.org/ If you have any questions, problems, or suggestions etc., /query or e-mail the maintainer. Do not direct them to the channel #vim please. Screenshots: http://www.dd.iij4u.or.jp/~madokam/img/vimirc04.png http://www.dd.iij4u.or.jp/~madokam/img/vimirc05.png (invoking web browser) Here is a minimum set of knowledge required to start/exit the script: To start it, type :VimIRC<CR> Then you'll be prompted for some user info (nick, full name etc.). Upon successfull connection, try some normal commands you're familiar with ("j", "k", "<C-W>-"things and so on). Typing "i" or "I" will let you in to the IRC-command mode, where you can enter commands such as "/join #vim" and messages. To quit, just press "Q". Another method of quitting: get out of the loop with "<C-C>", then type :VimIRCQuit<CR> If you change your mind and want to get online again, press "<Space>" on any of the VimIRC windows. Have fun!