Jump to content

Respoon 1.0.0

   (0 reviews)

1 Screenshot

About This File

Respoon

Automatic response manager addon for Hexchat

Usage

Add an automatic response : /RESPOON ADD <name> <server> <channel> "<trigger>" MSG|CMD <action>

List every automatic responses : /RESPOON LIST

Show properties of a specific response : /RESPOON SHOW <name>

Edit an automatic reponse : /RESPOON EDIT <name> <server> <channel> "<trigger>" MSG|CMD <action>

Remove an automatic reponses : /RESPOON DELETE <name>

Property <trigger> is in regex format. Keep double-quote around if the regex contains spaces.

You can use those escape sequences in the <action> property :

{user} : the nick of the user

{message} : the full message that has been sent

{server} : the server where the message has been sent

{channel} : the channel where the message has been sent

{params[x]} : the match of your regex at index 'x'

Examples

/RESPOON ADD hello_resp *.worldnet.net #mychannel ^Hello.+$ MSG Welcome {user} !

/RESPOON ADD eat_muffin * * "^Who wants a muffin ?$" CMD ME eat the muffin !

/RESPOON EDIT eat_muffin * * "^Who wants a (.+) ?$" CMD ME eat the {params[0]} !

/RESPOON DELETE eat_muffin


What's New in Version 1.0.0   See changelog

Released

No changelog available for this version.


User Feedback

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest

  • This will not be shown to other users.
  • Add a review...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    Loading...
×
×
  • Create New...