User contributions for Geo

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

6 September 2025

28 July 2025

27 July 2025

14 October 2024

6 October 2024

  • 14:3914:39, 6 October 2024 diff hist +491 N PythonCreated 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..."
  • 14:3514:35, 6 October 2024 diff hist +26 EggWikiNo edit summary

11 September 2024

9 September 2024

  • 15:3015:30, 9 September 2024 diff hist +34 EggWikiAdd docker to main page
  • 15:3015:30, 9 September 2024 diff hist +786 DockerAdd Tcl error msgs current
  • 15:1815:18, 9 September 2024 diff hist +1,258 N DockerCreated 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..."

8 September 2024

2 August 2024

25 May 2024

4 May 2024

9 April 2024

  • 23:3023:30, 9 April 2024 diff hist +1,389 Eggdrop for DockerNo edit summary current
  • 22:5922:59, 9 April 2024 diff hist +33 Eggdrop for DockerNo edit summary
  • 22:5722:57, 9 April 2024 diff hist +686 N Eggdrop for DockerCreated page with "Information and documentation for the Eggdrop Docker image can be found at [https://hub.docker.com/_/eggdrop]. == Setting a Vhost with Docker == We're still trying to figure out the best way to do this! One method we've found is to set the following options in your docker-compose config file: <pre> networks: default: driver: bridge ipam: driver: default driver_opts: com.docker.network.host_ipv4: <ip here> </pre> Importantly, do not set the vh..."

29 December 2023

12 August 2023

9 July 2023

9 April 2023

6 March 2023

  • 00:2800:28, 6 March 2023 diff hist +580 N Do I have Tcl installed?Created page with "To compile the bot you need the TCL libraries and header somewhere on your system. The ./configure script will try to find them for you. If this fails, you might try to search them on your own. The library is called libtclX.X.so or libtclX.X.a. The "X.X" will be the version of the library. The extension '.so' means it is a "dynamically loadable library" and the '.a' mean it will be "statically linked". You can try to find it using find /usr -name "libtcl*" -print Th..." current
  • 00:2700:27, 6 March 2023 diff hist +30 EggWiki→‎Setting Up Eggdrop
  • 00:2600:26, 6 March 2023 diff hist +1,903 N CompilingCreated page with "== What do I need to apply a .patch file to the eggdrop's source? == You need to make sure you have the 'patch' utility, and that it is at least version 2.1. patch -v to find this out. == How do I apply a patch to my source? == Make sure that you are applying the patch file to the correct version of eggdrop. 'gzip -d' the .patch file, if it ends with .gz Enter your eggdrop's source root directory and apply the patch with patch -p1 < eggdrop1.3.xx+demo.patc..." current
  • 00:2100:21, 6 March 2023 diff hist +30 EggWiki→‎Setting Up Eggdrop

5 February 2023

  • 22:2422:24, 5 February 2023 diff hist −1 TclHTTPSNo edit summary
  • 22:2322:23, 5 February 2023 diff hist +1,032 N TclHTTPSCreated page with "The http package is a common package required by Tcl scripts that need to connect to websites. However, the "default" commands don't make it easy to understand how to connect to an https website instead of an http website, and will often generate an error if the user tries to do so. Below is an example of how to do so. NOTE: You have to install both the http AND tls Tcl libraries on the host for this to work- on Debian-based systems, this is done by an administrator run..."
  • 21:5121:51, 5 February 2023 diff hist −2 EggWiki→‎Tcl Examples

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)