Skip to content

Instantly share code, notes, and snippets.

@lag-linaro
Created September 25, 2018 06:44
Show Gist options
  • Save lag-linaro/1bd21d03cb1032ce28bcb377dc436934 to your computer and use it in GitHub Desktop.
Save lag-linaro/1bd21d03cb1032ce28bcb377dc436934 to your computer and use it in GitHub Desktop.
linaro@ubuntu:~/projects/docker-hub/eggdrop-docker [upgrade-config-guess-sub]$ docker pull laglinaro/eggdropdocker:upgrade-config-guess-sub
upgrade-config-guess-sub: Pulling from laglinaro/eggdropdocker
f0599ed267cb: Pull complete
9e2c71dece06: Pull complete
63c0947a7fba: Pull complete
3736fc81ec87: Pull complete
c6cbf98d9fbc: Pull complete
dde932b02819: Pull complete
692bd1275a2a: Pull complete
793e4384a17e: Pull complete
Digest: sha256:9b61f24567c3587ca8111bf0ac2779c757c8c604f3fd8c9117f613e1093ddc65
Status: Downloaded newer image for laglinaro/eggdropdocker:upgrade-config-guess-sub
linaro@ubuntu:~/projects/docker-hub/eggdrop-docker [upgrade-config-guess-sub]$ docker run -ti --rm -e NICK=eggdrop-test -e SERVER=irc.freenode.net laglinaro/eggdropdocker:upgrade-config-guess-sub
#####################################################
#####################################################
You did not specify a location on the host machine
to store your data. This means NOTHING will persist
if this docker container is deleted or updated, such
as user lists, chan lists, or ban lists.
In other words, you will likely LOSE YOUR DATA!
Mounting a datastore on the host system will also
give you easy access to edit your configuration file.
If you wish to add the data store, simply run the
container again, but this time adding the option:
----------------------------------------------------
-v /path/to/your/saved/data/:/home/eggdrop/eggdrop/data
----------------------------------------------------
to your 'docker run' command.
####################################################
####################################################
Previous Eggdrop config file not detected, creating new persistent data file...
Eggdrop v1.8.3 (C) 1997 Robey Pointer (C) 2010-2018 Eggheads
[06:35:50] --- Loading eggdrop v1.8.3 (Tue Sep 25 2018)
[06:35:50] Listening for telnet connections on 0.0.0.0:3333 (all).
[06:35:50] Module loaded: blowfish
[06:35:50] Module loaded: dns
[06:35:50] Module loaded: channels
[06:35:50] Module loaded: server
[06:35:50] Module loaded: ctcp
[06:35:50] Module loaded: irc
[06:35:50] Module loaded: notes (with lang support)
[06:35:50] Module loaded: console (with lang support)
[06:35:50] Module loaded: uptime
[06:35:50] Loading dccwhois.tcl...
[06:35:50] Loaded dccwhois.tcl
[06:35:50] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[06:35:50] use '.help userinfo' for commands.
[06:35:50] Creating channel file
[06:35:50] Writing channel file...
STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
OR go to IRC and type: /msg eggdrop-test hello
This will make the bot recognize you as the master.
[06:35:50] === eggdrop-test: 0 channels, 0 users.
### ENTERING DCC CHAT SIMULATION ###
You can use the .su command to log into your Eggdrop account.
Connected to eggdrop-test, running eggdrop v1.8.3
____ __
/ __/___ _ ___ _ ___/ /____ ___ ___
/ _/ / _ `// _ `// _ // __// _ \ / _ \
/___/ \_, / \_, / \_,_//_/ \___// .__/
/___/ /___/ /_/
Hey -HQ! My name is eggdrop-test and I am running eggdrop v1.8.3, on Linux 4.15.0-29-generic.
Local time is now 06:35
Use .help for basic help.
Use .help <command> for help on a specific command.
Use .help all to get a full command list.
Use .help *somestring* to list any help texts containing "somestring".
Have fun.
Commands start with '.' (like '.quit' or '.help')
Everything else goes out to the party line.
You have no messages.
*** -HQ joined the party line.
[06:35:51] Trying server [irc.freenode.net]:6667
[06:35:51] Connected to irc.freenode.net
[06:35:51] -NOTICE- *** Looking up your hostname...
[06:35:51] -NOTICE- *** Checking Ident
[06:35:55] -NOTICE- *** Couldn't look up your hostname
[06:35:59] -NOTICE- *** No Ident response
[06:36:00] -freenode-connect (frigg@freenode/utility-bot/frigg)- Due to the persistent ongoing spam, all new connections are being set +R (block messages from unidentified users) and will be scanned for vulnerabilities. This will not harm your computer, and vulnerable hosts will be notified.
[06:36:00] CTCP VERSION: from freenode-connect (frigg@freenode/utility-bot/frigg)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment