sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

index.md (606B)


      1 Joinuser
      2 ========
      3 
      4 Description
      5 -----------
      6 By default to PRIVMSG a user you need to `/j user message`, this patch makes
      7 `message` optional. It also displays "-!- yournick has joined user" prior to
      8 any messages both when you `/j user` and when a user messages you, and
      9 incorporates the [autojoin](//tools.suckless.org/ii/patches/autojoin) patch, so
     10 you do not need to `/j user` first to talk to someone who has already messaged
     11 you.
     12 
     13 Download
     14 --------
     15 * [ii-1.4-joinuser.diff](ii-1.4-joinuser.diff)
     16 
     17 Author
     18 ------
     19 * Robert Lowry (bobertlo) <robertwlowry@gmail.com>
     20 * Evan Gates (emg) <evan.gates@gmail.com>