New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 14:39, 6 October 2024Python (hist | edit) ‎[1,400 bytes]Geo (talk | contribs) (Created page with "== The python print() function doesn't do anything == The print() function in python only prints to stdout, it won't write to IRC or the partyline (unless you started Eggdrop in terminal mode with the -t flag). In order to print something to a channel, you'd need to import the putserv or putmsg Tcl command, or the putlog command to write to the partyline. <pre> from eggdrop.tcl import putmsg, putlog putlog("This sends to the partyline!") putmsg(chan, "This sends to a c...")
  • 18:20, 14 September 2024Automatisms of Eggdrop (hist | edit) ‎[7,209 bytes]DasBrain (talk | contribs) (Created page with "== Preface == Eggdrop was created as a channel management IRC bot. Without any configuration or scripts, it will do a few things that may annoy you, or the IRC operator. As the owner of an Eggdrop, '''you are responsible for the behavior of your bot'''. This page should help you understand those automatism, and give you hints on how to configure your Eggdrop in such a way that it suits its mission. Often it is enough to follow one of the suggestions. == irc module ==...")
  • 15:18, 9 September 2024Docker (hist | edit) ‎[2,044 bytes]Geo (talk | contribs) (Created page with "Eggdrop has an official Docker image! While most things work the same, there are a few new errors that pop up, and ways to implement it. A docker-compose.yml example is hosted at https://github.com/eggheads/eggdrop-docker/blob/master/docker-compose.yml⁠ == Loading Tcl Packages == Many scripts require extra OS packages to be installed in order to function, such as tcl-tls, tcl-lib and libsqlite3-tcl. In keeping with Docker philosphy, the base Eggdrop package is intenti...")
  • 21:48, 22 July 2024Example Configurations (hist | edit) ‎[68,713 bytes]DasBrain (talk | contribs) (Created page with "This page has different example configurations that might be better suited for some uses of Eggdrop. == Don't do stuff == This config uses default channel settings desinged to not interfere with channel managment. In particular, on channels with the default channel settings Eggdrop will NOT: * remove channel bans/invites/exempts * enforce any channel modes * kick users for bad behaviour * bounce modes/try to stop nethacks * take revenge This is useful if you run your...")