Alchera wrote:
Note: eggdrop cannot be run from root.
The above will display all connection details. CTRL + C will terminate.
Thanks, that -n is badass!
And the program makes it clear that it doesn't wanna run as root, so I run it as another user "me"
This is the putput from ./eggdrop -n :
[me@mandriva eggdrop]$ ./eggdrop -n
Eggdrop v1.6.17 (C) 1997 Robey Pointer (C) 2004 Eggheads
[05:58] Allocated bind table unld (flags 1)
[05:58] Allocated bind table time (flags 1)
[05:58] Allocated bind table note (flags 0)
[05:58] Allocated bind table nkch (flags 1)
[05:58] Allocated bind table load (flags 1)
[05:58] Allocated bind table link (flags 1)
[05:58] Allocated bind table filt (flags 1)
[05:58] Allocated bind table disc (flags 1)
[05:58] Allocated bind table dcc (flags 0)
[05:58] Allocated bind table chpt (flags 1)
[05:58] Allocated bind table chon (flags 1)
[05:58] Allocated bind table chof (flags 1)
[05:58] Allocated bind table chjn (flags 1)
[05:58] Allocated bind table chat (flags 1)
[05:58] Allocated bind table bot (flags 0)
[05:58] Allocated bind table bcst (flags 1)
[05:58] Allocated bind table away (flags 1)
[05:58] Allocated bind table act (flags 1)
[05:58] Allocated bind table evnt (flags 1)
[05:58] --- Loading eggdrop v1.6.17 (Tue Jun 12 2007)
[05:58] Listening at telnet port 7772 (all).
[05:58] Module loaded: dns
[05:58] Module loaded: channels
[05:58] Allocated bind table wall (flags 1)
[05:58] Allocated bind table raw (flags 1)
[05:58] Allocated bind table notc (flags 1)
[05:58] Allocated bind table msgm (flags 1)
[05:58] Allocated bind table msg (flags 0)
[05:58] Allocated bind table flud (flags 1)
[05:58] Allocated bind table ctcr (flags 1)
[05:58] Allocated bind table ctcp (flags 1)
[05:58] Module loaded: server
[05:58] Module loaded: ctcp
[05:58] Allocated bind table topc (flags 1)
[05:58] Allocated bind table splt (flags 1)
[05:58] Allocated bind table sign (flags 1)
[05:58] Allocated bind table rejn (flags 1)
[05:58] Allocated bind table part (flags 1)
[05:58] Allocated bind table nick (flags 1)
[05:58] Allocated bind table mode (flags 1)
[05:58] Allocated bind table kick (flags 1)
[05:58] Allocated bind table join (flags 1)
[05:58] Allocated bind table pubm (flags 1)
[05:58] Allocated bind table pub (flags 0)
[05:58] Allocated bind table need (flags 1)
[05:58] Module loaded: irc
[05:58] LANG: Section loaded: console
[05:58] LANG: 10 messages of 15 lines loaded from ./language/console.english.lang
[05:58] LANG: 10 adds, 0 updates to message table
[05:58] Module loaded: console (with lang support)
[05:58] Module loaded: blowfish
[05:58] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[05:58] use '.help userinfo' for commands.
[05:58] Userfile loaded, unpacking...
[05:58] === locutus: 1 channels, 1 users.
[05:58] main: entering loop
[05:58] Trying server my.dyndns.name:9999
[05:58] DNS resolved my.dyndns.name to my.external.ip
[05:58] net: connect! sock 8
[05:58] Connected to my.dyndns.name
[05:58] net: eof!(read) socket 8
[05:58] Disconnected from my.dyndns.name
[05:59] Trying server my.external.ip:9999
[05:59] net: connect! sock 8
[05:59] Connected to my.external.ip
[05:59] net: eof!(read) socket 8
[05:59] Disconnected from my.external.ip
[06:00] Writing user file...
[06:00] Writing channel file...
[06:00] Trying server my.internal.ip:9999
[06:00] net: connect! sock 8
[06:00] Connected to my.internal.ip
[06:00] net: eof!(read) socket 8
[06:00] Disconnected from my.internal.ip
[06:01] Trying server my.dyndns.name:9999
[06:01] DNS resolved my.dyndns.name to my.external.ip
[06:01] net: connect! sock 8
[06:01] Connected to my.dyndns.name
[06:01] net: eof!(read) socket 8
[06:01] Disconnected from my.dyndns.name
What does this mean? Could this be related to ssl and/or blowfish? Beats me
