IRC Notes for Client IRSSI

Basic Tasks

Command Description
irssi Start application
/connect irc.debian.org Connect to Server
/msg NickServ IDENTIFY <password> Optional/if password-protected
/join #debian-cd Join Channel
/me ... Do instead of Say
/away ... Set away status
/away Resume from away status
/part ... Leave with message
/disconnect ... Like part + leave server
/quit ... Like disconnect + quite application

Other Actions

[ALT]-[1], [ALT]-[2], … Switch between “windows” e.g. queries and channels
/window close Close window
/ /text Escape slash (says /text)
/who Lists all nicks on channel
/whois ... Checks status of specific user

Username Registration

Config file ~/.irssi/config

/msg NickServ REGISTER <password> <email> Set Password
/msg NickServ IDENTIFY <password> Perform Login
/query NickServ Display status

Registering on irc.debian.org does not send an e-mail (at least did not send to me…)

Configuration Settings

Configure time zone to be UTC

Two options exist:

TZ=UTC irssi
/script exec $ENV{'TZ'}='UTC'

Use $$ENV instead of $ENV to add to ~/.irssi/startup config file.

Configure Timestamp to show Seconds

/format timestamp {timestamp %%H:%%M:%%S} 

Configure join/leave Messages to appear in grey on black

From http://www.quitsendingmetrash.com/tfiles/irssi.php: Copy /usr/share/irssi/themes/default.theme to ~/.irssi/default.theme then edit settings as follows:

channick_hilight = "%K$*%K";
chanhost_hilight = "{nickhost %K$*%K}";
channick = "%K$*%K";
chanhost = "{nickhost %K$*}";

See Also


Ma_Sys.ma Website 5 (1.0.2) – no Flash, no JavaScript, no Webfont, no Copy Protection, no Mobile First. No bullshit. No GUI needed. Works with any browser.

Created: 2021/03/28 00:23:38 | Revised: 2022/09/18 20:48:32 | Tags: irc, irssi, kb | Version: 1.0.1 | SRC (Pandoc MD) | GPL

Copyright (c) 2021 Ma_Sys.ma. For further info send an e-mail to Ma_Sys.ma@web.de.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.