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 :( ...
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...
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...
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 ...
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...
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...
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>...
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...
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...
(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...