Git Product home page Git Product logo

hexchat-plugins's Introduction

Hello. (•◡•)/

from colby import information

class AboutMe:
    def __init__(self):
        self.name = 'Colby'
        self.nick = 'ComputerTech'
        self.birthday = 1028541600
        self.gender = 'male'
        self.about = 'full stack developer/sysadmin that enjoys breaking and fixing things.'
        self.location = 'Ireland'
        self.hobbies = ['Programming', 'Sysadmin', 'IRC', 'LEGO']
        self.languages = ['Python', 'HTML', 'CSS', 'JavaScript', 'Go', 'Tcl', 'C', 'C++']
        self.os = ['Ubuntu', 'FreeBSD', 'Windows']
        self.timezone = ['UTC+1']
        self.projects = [
            {
                'project': 'elitebot',
                'language': 'Python',
                'description': "This is a Python-based IRC bot that is simple and doesn't use any third-party frameworks."
            },
        ]

    def introduce(self):
        print(f'Hello, my name is {self.name}. I\'m from {self.location} and am {self.age} years old.')
        print(f'I\'m a {self.about}.')

my_profile = AboutMe()
my_profile.introduce()

ko-fi

hexchat-plugins's People

Contributors

computertech312 avatar lord3nd3r avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

lord3nd3r

hexchat-plugins's Issues

missing in action

can't use when typing /me. would be nice to have the option to use it with IRC actions.

plugin idea

Hi, came across your repo through a google search for hexchat plugins to deal with the horrible display that a relay bot creates.

<m-relay> <username:monero.social> Dang well thanks for LMK

So here, the m-relay appears as the username. And then in the message is contains the username of the person creating the message, and then the source from where it came from. In this case, the user is username and the server is monero.social (a matrix server).

An IRC chat filled with this syntax is eyebreaking. I'm curious if you know how to create a plugin that would address this.

Basically, the plugin would take the above and turn it into:

<username> Dang well thanks for LMK

So it looks like a normal IRC message.

i imagine it could have options, like specifying the syntax that the relay bot uses. And the potential to have to deal with multiple relay bots with different syntax. syntaxes? syntaxii?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.