Skip to content

Commit

Permalink
Note about irssi
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Mottram committed May 26, 2021
1 parent c58060b commit 05b6502
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Description
-----------

miniircd is a small and limited IRC server written in Python. Despite its size,
it is a functional alternative to a full-blown ircd for private or internal
use. Installation is simple; no configuration is required.
it is a functional alternative to a full-blown ircd for general use.
Installation is simple; no configuration is required.


Features
Expand Down Expand Up @@ -145,6 +145,14 @@ To subsequently change password:

/setpassword [newpassword]

Irssi
-----

If you are using **irssi** as a client to connect to this server then it won't recognize the account registration commands. You will need to install [dispatch.pl](https://github.com/irssi/scripts.irssi.org/blob/master/scripts/dispatch.pl) into **~/.irssi**, then within the **chatnets** section of **~/.irssi/config** add:

nick = "yournickname";
autosendcmd = "/quote identify yournickname yourpassword;wait 2000";


Commandline administration
--------------------------
Expand Down

0 comments on commit 05b6502

Please sign in to comment.