Jump to content

chain

Administrators
  • Posts

    5,984
  • Joined

  • Last visited

  • Days Won

    17

Files posted by chain

  1. HexChat Javascript

    Javascript interface using Spidermonkey.
    This plugin is no longer actively developed though bugs may be fixed.
    I suggest using the Lua plugin shipping with modern HexChat as an alternative.
    For more information check out the wiki.
    Features
    Load/unload/reload/autoloading scripts Interpreter via /js Runtime per script Full coverage of hexchat api Windows and Unix support Requirements
    HexChat 2.9.6+ JS 1.8.5 Installation
    Windows:
    Place the javascript.dll in the addons folder within your config dir. Install Javascript, instructions are on the wiki. Fedora:
    Download a repo file from here into /etc/yum.repos.d/ yum install hexchat-javascript Arch:
    Download package from hexchat-javascript-git on the AUR. Follow the wiki to install. Building
    Linux:
    Install the hexchat and js dev package from your distro of choice. (e.g. js-devel, libmozjs185-dev, js185) make && sudo make install Windows:
    Install my build of Javascript as mentioned on the wiki and update its path in hexchat-javascript.props. Open in Visual Studio and build.

    0 downloads

       (0 reviews)

    0 comments

    Submitted

  2. hexchat-emoji

    Emoji addon for HexChat
    About
    hexchat-emoji allows you to use Slack-like emoji notation in HexChat.
    This input:
    This is a message with emojis 😄 🐍
    Becomes this message:
    This is a message with emojis 😄 🐍
    Installation
    Python 3 plugin
    Ensure you have Python 3 plugin installed in HexChat, check in Window > Plugins and Scripts.
    Ubuntu: apt install hexchat-python3
    Fedora: Present in hexchat package, no dependencies needed
    openSUSE: zypper in hexchat-plugins-python3
    Emojis library
    Ensure you have emojis library installed in your system, check with pip3 freeze | grep emojis.
    pip3 install -U emojis
    HexChat emoji addon
    Copy emoji.py to ~/.config/hexchat/addons.
    Restart HexChat.
    Settings
    Emoji addon has a few settings you can change. They are located and documented in the top of emoji.py as constants.

    0 downloads

       (0 reviews)

    0 comments

    Submitted

  3. twitch-tweaks

    Twitch Tweaks, or TwTw for short, is a HexChat plugin for making Twitch IRC a lot more intelligent. Shows the status and game for Twitch channels as the topic, and set the tab name to the properly-capitalized channel's name with a little bullet indicating if that channel is live or not (here's a screenshot).
    This is an expanded version of a script called twitch-title.py by PDog, which you can find in Poorchop/hexchat-scripts.
    Installation
    Installation is no different than any other HexChat plugin. You need to have the Python interface installed on your HexChat for it to work (if you don't have it, you can just re-run the HexChat installer to get it -- it won't override your existing settings). I've only tested on Python 3 but maybe it'll work with Python 2, who knows.
    Anyway, assuming you have the Python interface plugin for HexChat, you can just drop twitch-tweaks.py into the addons folder inside your HexChat config folder. Don't know where your HexChat config folder is? No worries bro, I got you covered.
    Usage
    You can probably use this script without having to do any tweaking whatsoever, but if you want, there are some commands and configuration options available.
    Commands
    TWTWSET <value...> - Sets/gets the value of a twitch-tweaks configuration option TWTWREFRESH - Forces twitch-tweaks to refresh the statuses of all Twitch channels TWTWLIST - Lists all preferences set for twitch-tweaks Configuration/Preferences
    Here are all the settings that can be modified with the TWTWSET command, their default values, and brief descriptions of their purpose
    twitch_api_root = https://api.twitch.tv/kraken (where is Twitch's API server located? shouldn't ever need to change this) twitch_base_domain = twitch.tv (host name used to determine whether or not any given server is a Twitch server. shouldn't ever need to change this) bullet_offline = □ (string displayed beside the names of channels that are currently offline) bullet_online = ■ (string displayed beside the names of channels that are currently online) modify_topic = 1 (should TwTw change the topic of Twitch channels? 0 or 1) modify_tab = 1 (should TwTw change the tab name of Twitch channels? 0 or 1) lookup_offline_names = 0 (should TwTw look up the proper capitalization of channels which are offline? takes longer, especially if you're joined to a lot of channels. 0 or 1) refresh_rate = 600 (how often, in seconds, should TwTw refresh the Twitch data?)

    0 downloads

       (0 reviews)

    0 comments

    Submitted

  4. hcircify

    Spotify Now Playing plugin for HexChat
    Project is compiled targeting Visual Studio 2015. I am using Visual Studio 2017 Community Edition as my IDE.
    This code makes use of an unsupported SpotifyLookUpLib to interact with Spotify.. As for the Spotify Library (.lib) file... There are no plans to release this to the public...

    0 downloads

       (0 reviews)

    0 comments

    Submitted

  5. hexchat-shakespeare-insult

    hakespearean Insult generator script for IRSSI IRC client. Based on this image from twitter
    Ported from my IRSSI script at the request of Reddit users.
    General Installation Notes
    Drop it into your "addons" directory in Hexchat, and load it with "/py load shakespeare.py" or add to autoload. Reasonably painless to make work, compared to the absolute motherfuckery that was configuring irssi-python.
    Usage Notes
    To use, just do /shakespeare to insult no one in particular (the open query window), or /shakespeare $nick to insult a specific user in the current channel.

    0 downloads

       (0 reviews)

    0 comments

    Submitted

  6. AppArmor profile for HexChat IRC

    An AppArmor profile to confine HexChat IRC. This profile is developed by the Whonix team. HexChat IRC is developed by xchat.org / hexchat.github.io.
    For better security.
    How to install apparmor-profile-hexchat using apt-get
    1. Download the APT Signing Key.
    wget https://www.kicksecure.com/derivative.asc Users can check the Signing Key for better security.
    2. Add the APT Signing Key..
    sudo cp ~/derivative.asc /usr/share/keyrings/derivative.asc 3. Add the derivative repository.
    echo "deb [signed-by=/usr/share/keyrings/derivative.asc] https://deb.kicksecure.com bullseye main contrib non-free" | sudo tee /etc/apt/sources.list.d/derivative.list 4. Update your package lists.
    sudo apt-get update 5. Install apparmor-profile-hexchat.
    sudo apt-get install apparmor-profile-hexchat How to Build deb Package from Source Code
    Can be build using standard Debian package build tools such as:
    dpkg-buildpackage -b See instructions.
    NOTE: Replace generic-package with the actual name of this package apparmor-profile-hexchat.
    A) easy, OR B) including verifying software signatures

    0 downloads

       (0 reviews)

    0 comments

    Submitted

  7. GatoScript

    Python script for X-Chat and HexChat IRC clients

    0 downloads

       (0 reviews)

    0 comments

    Submitted

  8. HexChat IRC Client Scripts

    List of Scripts
    Unhighlight Channels -- converts highlights from user-selected channels to regular non-highlighted text events
    Ignore Text Events -- allows a user to remove text events from a given channel, network, or global context
    Installation
    For installation: Window > Plugins and Scripts will allow you to load and unload them. See the official documentation on how to load scripts automatically at startup.
    Building
    Run make on the top level directory (where this README is located). Currently used by scripts which use modules to compress them into one flat file. This will take the modules in the ./script/src directory and output them to ./script/build.
     

    0 downloads

       (0 reviews)

    0 comments

    Submitted

  9. GetWeather OnText

    Examples:
    .w 38851
    .w london
    .w houston tx
    .w houston,tx
     
    Will save users last search entry so next time the user can just use .w to return their saved weather search.
     
    Includes menu to set weather off/on per channel basis. Menu is in the channel popup.
     
    Updated v3.0: Changed to bing search.
     
    Note File should have Weather v3.0 at the top to be considered latest version.

    60 downloads

    0 comments

    Submitted

  10. VxD Necr0n0mic0n 8

    Script evolving allows for any graphic effect to your dialog window, the MDI via mIRC popups and DCX.dll and other notes Dlls combined with each other.

    And possible to update the script with update system for all versions or addons that will be introduced later.
    It needed the Flash Player.
    For Win Xp make sure you have installed the GDI+ Plus
    For Win 7|8 the first run to change the theme of windows in the basic theme, then activate Aero style glass or Glow to get the maximum effect in the dialog boxes.
    otherwise the toolbar will not be visible.
    Will not be visible if gdiplus does not work properly in your system, for example in the presence of a virus. If you want to check the status of GDI dll read this article http://missingdll.net/gdi32/

    The minimum requirements for the installation are;
    dual core processor or higher graphics adapter to medium-high.

    30 downloads

    0 comments

    Submitted

  11. DCAmp v1.2

    A simple Winamp controller for mIRC.

    117 downloads

    0 comments

    Submitted

  12. mBOT

    This is a mIRC bot with many features such as: !op/ban/kick/... commands, Protections, Auto Voicer and Devoicer/Top10/IP Locator/Seen/Server Admin & more

    206 downloads

    0 comments

    Submitted

  13. CWND DLL

    The CWND.dll (unknown company and creator) dll is an none useful dll that can modify any mIRC Dialog with an command on the custom dialog init.

    Examples:

    on *:DIALOG:test:init: {
    animate_dialog $dialog($dname).hwnd
    ; THIS CODE WILL ANIMATE THE DIALOG ON THE INIT }

    alias -l animate_dialog {
    dll cwnd.dll animateWindow $$1 $rand(500,1000) AC

    ; THIS ALIAS WILL YOU PUT WHEN YOU WANT TO ANIMATE A WINDOW THE ;500 AND 1000 IS THE MILLISECONDS DELAY TO OPEN  }

    36 downloads

    0 comments

    Submitted

  14. DCX.dll mIRC v7 + build 1086

    Da usare con mIRC v7.xx
    Per le persone che hanno problemi con le ultime build della DCX. Se si hanno problemi con la barra di stato nera o problemi di icona, è necessario utilizzare questa versione.

    0 downloads

    Submitted

  15. DCX.dll mirc v6-

    Da usare con mIRC v6.35
    Questa DLL consente di aggiungere nuovi controlli per le finestre di dialogo mIRC nonchè modificare altre caratteristiche come lo stile visivo, posizione etc

    0 downloads

    Submitted

  16. hDock.dll

    dock dlgs and @windows in toolbar/switchbar/treebar and $tip() mirc 7+

    0 downloads

    Submitted

  17. GetWebFile.dll

    Si tratta di una dll per mIRC che è in grado di scaricare immagini, musica, video, pagine web e molto altro.

    0 downloads

    Submitted

  18. nickLUST 3 dll

    Dll per abbellire con delle icone e altro la nicklist di mirc.

    0 downloads

    Submitted

  19. Spiralkinetics Admin Finale Script

    Good all around script for admin on servers was done in 2011

    32 downloads

    0 comments

    Submitted

  20. impulZ*Script

    impulZ*Script

    9 downloads

    0 comments

    Submitted

  21. Reflex

    Simple user friendly script

    9 downloads

    0 comments

    Submitted

  22. merkFX v4.2

    Unique Irc script in the days. User friendly

    13 downloads

    0 comments

    Submitted

  23. EasyScript

    "O melhor e mais completo script para IRC do Brasil!"

    15 downloads

    0 comments

    Submitted

  24. Angel_Evo

    Old archive script for IRC

    15 downloads

    0 comments

    Submitted

  25. InFeKTeD ScRiPT

    Classic old IRC script use friendly

    23 downloads

    0 comments

    Submitted

×
×
  • Create New...