Jump to content

chain

Administrators
  • Posts

    5,982
  • Joined

  • Last visited

  • Days Won

    17

Files posted by chain

  1. intelv6.

    çeşitli korumalar ve eklentiler ile komut dosyası her yerde iyi

    0 downloads

       (0 reviews)

    0 comments

    Submitted

  2. Hexchat-Plugins

    Multiple useful plugins which are made for Hexchat

    2 downloads

       (0 reviews)

    0 comments

    Submitted

  3. Hex Chat Windows 32bit Installer

    Note that the Windows installers automatically download other dependencies and may require rebooting for scripting interfaces to work.

    2 downloads

       (0 reviews)

    0 comments

    Updated

  4. Hex Chat Windows 64bit Installer

    Note that the Windows installers automatically download other dependencies and may require rebooting for scripting interfaces to work.

    0 downloads

       (0 reviews)

    0 comments

    Updated

  5. mermaid-color-scheme

    Color scheme for Sublime Text and HexChat
    Admittedly, this is a totally personal color scheme and I don't expect it to perfectly fit the needs of others, but just in case, enjoy!

    0 downloads

       (0 reviews)

    0 comments

    Submitted

  6. HexChat OTR

    Adds off-the-record (OTR) support to HexChat.
    Originally forked from irssi-otr and still a work in progress.
    Installation
    Dependencies
    glib gcrypt libotr4 hexchat meson User install
    meson builddir -Dlocal_install=true ninja -C builddir install System install
    meson builddir ninja -C builddir sudo ninja -C builddir install Usage
    Start a session with a user:
    /query nick /otr start If this is your first time it may take a while to generate a key.
    Authenticate this user:
    At this point you need to verify this is the person you think it is.
    If you know their fingerprint and it is correct:
    /otr trust If you have previously agreed on a shared secret:
    /otr auth <shared secret> If you have neither of these:
    /otr authq <question> <answer> Start chatting:
    Everything should be secure at this point. When you are done:
    /otr finish

    0 downloads

       (0 reviews)

    0 comments

    Submitted

  7. Re Crono for HexChat

    This is Re Crono theme by lassekongo83. There's minor tweaks to suit HexChat better, and removes all the unused files for simplicity.
    How to install:
    Download archive Extract to your HexChat install directory (in Program Files folder on Windows) Restart HexChat

    0 downloads

       (0 reviews)

    0 comments

    Submitted

  8. 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

  9. 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

  10. 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

  11. 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

  12. 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

  13. 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

  14. GatoScript

    Python script for X-Chat and HexChat IRC clients

    0 downloads

       (0 reviews)

    0 comments

    Submitted

  15. 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

  16. 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

  17. DCAmp v1.2

    A simple Winamp controller for mIRC.

    117 downloads

    0 comments

    Submitted

  18. 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

  19. 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

  20. Pakistan Script 4

    Chang log in version 4:
    - Fixed bug of quit through SendQ Exceeded on Pvt flood
    - Improve stability during flood in ping time, this will not let you excess flood any way.
    - Automatically handle all kinds of pvt flood dcc, notices,query msg, ctcp.
    - Improve Clones detected merged with user join line to maintain the screen neat.
    - Fix the bug - Sounds was not off/on completely.
    - Fix the issue of compatibility with latest versions of Mirc.
    - Increase the window size of Quotation Manager
    - Added the dialog of Slap so unique new slaps can be edited their
    - Improved Auto Join addon so it delay between joining channels and not get lag
    - Improved the mass join kick by adding zack^ codes (amended by me) so it collects the ips and ban them
    - Check previous text scanner upon right clicking will summarize the specific text from the screen in separate window
    - Added Acronyms Text 5 in Black color plus it will write first alphabet in Capital of each word
    - Various other issues fixed

    113 downloads

    1 comment

    Submitted

  21. 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

  22. 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

  23. hDock.dll

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

    0 downloads

    Submitted

  24. 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

  25. nickLUST 3 dll

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

    0 downloads

    Submitted

×
×
  • Create New...