Forum | Features | Download | Addons | Help | #emech | Links | About | Contact
Versions | News Archive | Installing | Linking | Configuration | Commands | FAQ
The time is now Thursday, April 7th, 2022, 12:25pm |
Forum Index :: EnergyMech 3.x Development :: EnergyMech 2.99.84 :: Reply to this topic | ||
Author | ||
proton | Posted :: 8:51am, Mon, Dec 20, 2004 Subject :: EnergyMech 2.99.84 | |
![]() Posts: 165 |
download it now This makes the mech (in my opinion) feature complete for 3.0. The real 3.0 version will come out when this beta thing has been tested enough. /pro | |
proton | Posted :: 9:15am, Mon, Dec 20, 2004 | |
![]() Posts: 165 |
typical.. botnet verify is bugged in .84 but works in .85 /pro | |
pipa | Posted :: 12:50am, Sat, Apr 30, 2005 Subject :: v3.0 | |
(anonymous) |
hello. 1st i wanna say great job! Are there still bugs left or when do you think betha testing will be finished - so 3.0 released? The answer will be near to 'when its done' - i know :) - but can you give us an approximate date? Sincerally Pipa | |
proton | Posted :: 12:47pm, Sat, Apr 30, 2005 | |
![]() Posts: 165 |
code wise there is hardly anything left but there is a major lack of documentation and such. personally i dont tend to do those since im perfectly aware of it all myself. | |
pipa | Posted :: 11:29am, Sun, May 1, 2005 | |
(anonymous) |
./configure make clean install gcc -pipe -g -O2 -march=i586 -fomit-frame-pointer -c alias.c gcc -pipe -g -O2 -march=i586 -fomit-frame-pointer -c auth.c gcc -pipe -g -O2 -march=i586 -fomit-frame-pointer -c bounce.c gcc -pipe -g -O2 -march=i586 -fomit-frame-pointer -c channel.c gcc -pipe -g -O2 -march=i586 -fomit-frame-pointer -c core.c gcc -pipe -g -O2 -march=i586 -fomit-frame-pointer -c ctcp.c gcc -pipe -g -O2 -march=i586 -fomit-frame-pointer -c debug.c gcc -pipe -g -O2 -march=i586 -fomit-frame-pointer -c dns.c gcc -pipe -g -O2 -march=i586 -fomit-frame-pointer -c dynamode.c gcc -pipe -g -O2 -march=i586 -fomit-frame-pointer -c function.c gcc -pipe -g -O2 -march=i586 -fomit-frame-pointer -c greet.c gcc -pipe -g -O2 -march=i586 -fomit-frame-pointer -c help.c gcc -pipe -g -O2 -march=i586 -fomit-frame-pointer -c irc.c gcc -pipe -g -O2 -march=i586 -fomit-frame-pointer -c kicksay.c gcc -pipe -g -O2 -march=i586 -fomit-frame-pointer -c main.c gcc -pipe -g -O2 -march=i586 -fomit-frame-pointer -c net.c net.c: In function `botnet_newsock': net.c:1203: error: `telnetprompt' undeclared (first use in this function) net.c:1203: error: (Each undeclared identifier is reported only once net.c:1203: error: for each function it appears in.) make[1]: *** [net.o] Error 1 make[1]: Leaving directory `/home/stitch/emech-2.99.84/src' make: *** [install] Error 2 deep11 emech-2.99.84 $ any hints? btw: can you mayb public a sample configuration file more practic related? (mayb just yours?) ps.: are opmodes, banmodes still actuall in this version? or should i just set 'modes' ? Sincerally pipa | |
pipa | Posted :: 5:40pm, Sun, May 1, 2005 | |
(anonymous) |
ok, compiling with telnet support now does it work. but it still not arrive in irc. sconfig file was edited or course. there any debug mode, so like -n @eggdrop to see what `s going on? Sincerally pipa | |
proton | Posted :: 8:13am, Mon, May 2, 2005 | |
![]() Posts: 165 |
read the install guide for E3. | |
pipa | Posted :: 6:18pm, Fri, May 6, 2005 | |
(anonymous) |
Hello, i got now this: Features: alias, debug, dyn, md5, net, newbie, rawdns, seen, session, tcl, telnet init: Warning: TagWoo will not join any channels <- why? init: Mech(s) added [ TagWoo ] init: EnergyMech running... my config file looks like this: http://www.the-unknown.de/test/tagwoo.conf sincerally boris | |
pipa | Posted :: 6:34pm, Fri, May 6, 2005 | |
(anonymous) |
added debug output at http://www.the-unknown.de/t/tagwoo.debug config located at http://www.the-unknown.de/t/tagwoo.conf | |
pipa | Posted :: 9:40pm, Fri, May 6, 2005 | |
(anonymous) |
ok i found it, changed channel #myone to join #myone but its really hard to get information about how a good config have to look like. can`t you please publish an complete config file example (mayb your own) for 2.99.84 ? sincerally, pipa | |
proton | Posted :: 11:42am, Sat, May 7, 2005 | |
![]() Posts: 165 |
you mean like sample.conf which you would find if you read the install guide? | |
pipa | Posted :: 8:34pm, Sun, May 8, 2005 | |
(anonymous) |
yes. btw: is there an easy way to avoid multiple actions from multiple bots to an event? e.g.: you say "!saysmth" and than only 1 bot is responsing, e.g. bot1. but the script schould be installed on all e.g. 5 bots. is there an 'botnet solution' for that, or have you to do a workaround in the script like smth. if ![botonchan bot1]&&![botonchan bot2]... msg else return greetz pipa | |
agonizer | Posted :: 7:41pm, Wed, May 18, 2005 | |
![]() Posts: 54 |
> is there an easy way to avoid multiple actions from multiple bots > to an event? e.g.: you say "!saysmth" and than only 1 bot is > responsing, e.g. bot1. but the script schould be installed on all > e.g. 5 bots. is there an 'botnet solution' for that, If you do a '!CMD' in a channel, the bots dont know for which bot the command is. For your solution you have to specify the bot by using it's nick in a channel, i.e. "mybot say something" ('mybot' is the nick of the bot). Or give the command in a (DCC) chat. The solution for your 'problem' would be something like an 'auto-distribute' command for which the bots decide on a random-base (or bye the fill-state of the queue) which of the bots should do the command. However, there i see some other problems: What would you do in case of lag? What happens if you issue a command like "!onebotsay something", and one of your bots is 5 or more seconds behind on the network? | |
erkut | Posted :: 8:56pm, Sun, Oct 21, 2007 Subject :: EnergyMech 2.99.84 | |
![]() Posts: 1 |
emech is mech@emech.SkyNet.GeN.TR * EnergyMech 3: The Next Generation emech is using modes +iwrxtG emech is connecting from *@64.32.3.11 64.32.3.11 emech is a registered and identified nick emech on @#anychannel #radyo #oyun +#SkyNet emech has been idle 13hrs 22mins 23secs, signed on Sun Oct 21 09:30:48 eMeCH End of /WHOIS list. this bot have oper account on network. but not open on start-up. how I can ? thanks... | |
michaeljohn | Posted :: 6:19am, Wed, Jun 26, 2013 | |
![]() Posts: 2 |
think betha testing will be finished - so 3.0 released? ______________________________________________________________ <a href="http://mmo4k.com/wow-gold-kaufen-4/WoW-Gold-kaufen-5/">WOW Gold</a>|<a href="http://mmo4k.com/wow-gold-kaufen-4/WoW-Gold-kaufen-5/">Wow Gold Kaufen</a>|<a href="http://mmo4k.com/Diablo-3-gold/">Diablo 3 Gold</a>|<a href="http://mmo4k.com/Guild-Wars-2/">Guild Wars 2 Gold</a> |
Copyright © 2000-2005 Proton, All rights reserved.
Last edited August 16th, 2005.
HTML 4.01 CSS