This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 15 matches

by h3ctic
Sun Mar 23, 2014 5:25 am
Forum: Scripting Help
Topic: (Solved) mIRCStats Eggdrop Logger - include bot chat
Replies: 1
Views: 3815

Never mind. A friend fixed it for me. :)
by h3ctic
Sat Mar 22, 2014 2:25 pm
Forum: Scripting Help
Topic: (Solved) mIRCStats Eggdrop Logger - include bot chat
Replies: 1
Views: 3815

(Solved) mIRCStats Eggdrop Logger - include bot chat

I tried to search forums for answer, but didnt find any particular to this. Also tried to email the author but it bounced. Basically what I would like to do is to include my windrop bot in the chat-logfile which by default is not included it seems. But my scripting-knowledge is extremely limited :( ...
by h3ctic
Sun Aug 28, 2005 5:30 pm
Forum: Archive
Topic: Making my windrop-bot respond with the users IP adress
Replies: 26
Views: 17109

demond, I've used your script now since right after you posted that last fix, and so far no errors, works very nice

thanks!!!!

:)
by h3ctic
Tue Aug 23, 2005 4:59 pm
Forum: Archive
Topic: Making my windrop-bot respond with the users IP adress
Replies: 26
Views: 17109

additional note: hmm...this is weird..but it seems every now and then I get this in my log: [22:53] Tcl error [bar]: can't read "game": no such variable from channel: [23.08 - 22:53] <+me> can u type "!game" then "!game test" [23.08 - 22:53] <user-1> !game [23.08 - 22:5...
by h3ctic
Tue Aug 23, 2005 4:46 pm
Forum: Archive
Topic: Making my windrop-bot respond with the users IP adress
Replies: 26
Views: 17109

Again...and again thanks demond seems to work perfectly now !!! :)

(I try to forget the fact that this script now is totally jibberish to me - or what you call it)

:D
by h3ctic
Tue Aug 23, 2005 1:09 pm
Forum: Archive
Topic: Making my windrop-bot respond with the users IP adress
Replies: 26
Views: 17109

Thanks yet again demond, but...hmm...when I using nick

ghe[lix]

type

!game

I get:

[19:07] Tcl error [bar]: invalid command name "lix"

:?:
by h3ctic
Tue Aug 23, 2005 6:34 am
Forum: Archive
Topic: Making my windrop-bot respond with the users IP adress
Replies: 26
Views: 17109

Thanks again demond for helping me!!! :)

The last script however gives:

[12:33] Tcl error [bar]: no value given for parameter "game" to "bar"

when I try to type only !game (with no parameters) :?:
by h3ctic
Mon Aug 22, 2005 4:31 am
Forum: Archive
Topic: Making my windrop-bot respond with the users IP adress
Replies: 26
Views: 17109

aaaaaaaaaaahhhhh :oops: Sorry about that, I didnt realize no.... One final thing: is it possible to edit that last code you wrote to have it also respond only with the users ip adress to the trigger !game when theres no second parameter ? like: <user>!game FOO <bot>user is hosting FOO on 1.2.3.4 <us...
by h3ctic
Mon Aug 22, 2005 3:56 am
Forum: Archive
Topic: Making my windrop-bot respond with the users IP adress
Replies: 26
Views: 17109

I really appreciate your help, and the code you provided works 110% for that one !game trigger, the thing is that in the channel its possible to start different games and it would be nice to have the bot to advertise it, like: <user1>!game cs <bot>a game of cs starting at ip 1.2.3.4 <user2>!game ut ...
by h3ctic
Mon Aug 22, 2005 3:15 am
Forum: Archive
Topic: Making my windrop-bot respond with the users IP adress
Replies: 26
Views: 17109

ah yes..nice demond !! that way i see i can "bring the variable with me" into the proc...but what if I want several triggers that includes spaces...like "!ip game1" "!ip game2" "!ip game3" where the bot would respond: <user1>!ip game1 <bot>user1 starting game1...
by h3ctic
Mon Aug 22, 2005 1:42 am
Forum: Archive
Topic: Making my windrop-bot respond with the users IP adress
Replies: 26
Views: 17109

weeeeeeeeeeeeee :mrgreen: :mrgreen: :mrgreen: :mrgreen: HUGE thanks demond !!!!!!!!!!!!!!!!!!!11 One last question: whats wrong with this (its your code only modified a bit, adding more triggers): set trigger1 "@ip" set trigger2 "@ip game2" set trigger3 "@game3" bind pu...
by h3ctic
Sun Aug 21, 2005 7:20 am
Forum: Archive
Topic: Making my windrop-bot respond with the users IP adress
Replies: 26
Views: 17109

Hi Alchera, and thanks for the tip. The tcl however does not do what I wanted :( Its nice and all, but it works like this: <+user1> !ip Private: -Bot- Error usage: !ip <nick|host|ip>. <+user1> !ip user1 <@Bot> Result lookup for (user1) is (Norway). Whereas I wanted it to do this: <+user1> !ip <@Bot>...
by h3ctic
Sat Aug 20, 2005 7:01 pm
Forum: Archive
Topic: Making my windrop-bot respond with the users IP adress
Replies: 26
Views: 17109

why forcing the bot to tell that, what's wrong with user telling it himself? Many of the gamers in the channel comes in via java and have next to no knowledge about irc and its commands, let alone figuring out the difference between lan ip and 'external ip' etc, I guess I could simply give them a l...
by h3ctic
Sat Aug 20, 2005 5:53 pm
Forum: Archive
Topic: Making my windrop-bot respond with the users IP adress
Replies: 26
Views: 17109

Ip-to-Country lookup lib I believe the ip-to-country lookup does not do what I want my bot to do. My tcl coding is extremely limited. What I'd like is a tcl that responds to a trigger. eg "!ip" with the user that sent the triggers ip adress, ex: <user1>!ip <bot>user1: your ip adress is 12...
by h3ctic
Thu Aug 18, 2005 8:03 pm
Forum: Archive
Topic: Making my windrop-bot respond with the users IP adress
Replies: 26
Views: 17109

Making my windrop-bot respond with the users IP adress

(this is for use in a gaming-channel) Hi, I'd like a tcl that responds to a trigger. eg "!ip" with the user that sent the triggers ip adress, ex: <user1>!ip <bot>user1: your ip adress is 123.123.123.123 is this possible ??? note: my bot is currently Windrop 1.6.13+sharestick_cosmetic2 than...