GithubHelp home page GithubHelp logo

thiezn / bot2learn Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 164 KB

A simple IRC bot(net) created for myself out of enjoyment and trying to become a better programmer

License: GNU General Public License v2.0

bot2learn's Introduction

Hey, I'm thiezn

Husband, dad, dabbler in things...
too many hobbies, bug bounty, iOS app development, building tools in python, cloud technologies, bootrunning, photography...
check out https://bootrunner.com and https://www.moorspots.com

Twitter: thiezn_ GitHub thiezn


More about me...

import this

class Person:
  """Who am I, what am I doing here?"""
  
   def __init__(self, name):
       self.name = name

   @property
   def whoami(self):
      """Maybe the answer is here?"""
      print(f"Hi, I'm {self.name}!")

if __name__ == "__main__":
    me = Person("thiezn")
    print(me.whoami)

bot2learn's People

Contributors

thiezn avatar

Watchers

 avatar  avatar

bot2learn's Issues

bot.cpp:(.text+0x3c): undefined reference to `rawsock::rawsock()'

Using the compile command noted in the readme I'm not able to compile this

The output looks like this:

michael@debian:~/source/BotToLearn$ g++ runBot.cpp bot.cpp sock.cpp cfgfile.cpp irc.cpp mytime.cpp -o runBot
/tmp/ccBBPlE9.o: In function IrcBot::start()': bot.cpp:(.text+0x3c): undefined reference to rawsock::rawsock()'
bot.cpp:(.text+0x5e6): undefined reference to rawsock::sendSYN(char const*, char const*, unsigned short)' bot.cpp:(.text+0xaca): undefined reference to rawsock::~rawsock()'
bot.cpp:(.text+0xcc3): undefined reference to `rawsock::rawsock()'
collect2: error: ld returned 1 exit status
michael@debian:
/source/BotToLearn$

Any help would be appreciated.
Just trying to learn the basics and experiment with the code.

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.