Guest User

Untitled

a guest
Apr 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. ### IRC Networks are made of servers, and servers have channels. The default config has a few predefined networks, to list them:
  2.  
  3.  
  4. * List network: `/NETWORK LIST`
  5. * Connect to one of network: `/CONNECT oftc`
  6. * To join channels: `/JOIN #bash-completion`
  7.  
  8.  
  9. * To highlight lines with your nickname: `/HILIGHT nick` or `/SET hilight_nick_matches_everywhere ON`
  10.  
  11. * To get beeps on private messages or highlights: `/SET beep_msg_level MSGS HILIGHT DCCMSGS`
  12.  
  13.  
  14. By default, irssi uses “hidden windows” for everything. Hidden windows are created every time you /JOIN a channel or /QUERY someone. There’s several ways you can change between these windows:
  15. ```
  16. Meta-1, Meta-2, .. Meta-0 - Jump directly between windows 1-10
  17. Meta-q .. Meta-o - Jump directly between windows 11-19
  18. /window <number> - Jump to any window with specified number
  19. Ctrl-p, Ctrl-n - Jump to previous / next window
  20. Meta-p, Meta-n - To scroll up and down
  21. ```
  22.  
  23.  
  24. Irssi Command Reference
  25.  
  26. Here is a list of common commands, aliases, and some tips on using them. Usage and additional information can be obtained by typing /help /command in irssi.
  27.  
  28. ```
  29. /ban /bans, /b Sets or List bans for a channel
  30. /clear /c, /cl Clears a channel buffer
  31. /join /j Joins a channel
  32. /kick /k Kicks a user
  33. /kickban /kb Kickban a user
  34. /msg /m Send a private message to a user
  35. /unban* /mub Clears the unbanlist (unbans everyone) in a channel
  36. /names /n Lists the users in the current channel
  37. /query /q Open a query window with a user, or close current query window
  38. /topic /t Displays/edits current topic. Tip: use /t[space][tab] to automatically fill in existing topic.
  39. /window close /wc Force closure of a window.
  40. /whois /wi WHOIS a user. Displays user information
  41. ```
  42.  
  43. * Exit the irssi: `/exit`
Add Comment
Please, Sign In to add comment