Jump to content

Irssi: Difference between revisions

966 bytes added ,  7 March 2007
no edit summary
No edit summary
Line 56: Line 56:
  /set real_name Andrew
  /set real_name Andrew
This sets my real name to Andrew, so people know who i am if they use the /whois command on me.
This sets my real name to Andrew, so people know who i am if they use the /whois command on me.
==Ignoring==
In a channel with lots of people coming and going, you may want to ignore certain messages, such as joins. You can do this (in lobby for example) by typing
/ignore #lobby JOINS
Here's a list of the different message catagories you could set to ignore
NOTICES      - Match NOTICE messages.
SNOTES        - Match server notices.
CTCPS        - Match CTCP messages.
ACTIONS      - Match CTCP actions.
JOINS        - Match join messages.
PARTS        - Match part messages.
QUITS        - Match quit messages.
KICKS        - Match kick messages.
MODES        - Match mode changes.
TOPICS        - Match topic changes.
WALLOPS      - Match wallops.
INVITES      - Match invite requests.
NICKS        - Match nickname changes.
DCC          - DCC related messages.
DCCMSGS      - Match DCC chat messages.
CLIENTNOTICE  - Irssi's notices.
CLIENTCRAP    - Miscellaneous irssi messages.
CLIENTERROR  - Irssi's error messages.


== Saving Your Config ==
== Saving Your Config ==