From 05b6502ba05d25ad31727f458bb2d6ce7046d0b2 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 26 May 2021 12:25:22 +0100 Subject: [PATCH] Note about irssi --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cef5b3d..ff2ec5b 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 --------------------------