Hello all, i have an eggdrop running a trivia script on irc. I would like to log everything on the channel except what the bot says, as it is only giving out questions and answers. I dont want to go over my shell quota as the log file can be very large. Anyway to do this? thanks in advance, Achilles
Hi everyone, im getting these issues too. Definitely an 1.6.21 issue, its happening on two bots i have on 2 different servers, running 1.6.21 and the BogusTrivia 2.06.4.4 by SpiKe^^. What happens is the questions and answers and hints gets mixed up and the trivia basically goes haywire. Stopping and...
thanks for the quick reply.
I did as you said but no joy . I think maybe there is something up with the shell, maybe they are blocking a port or something that the scrip needs to connect.
Will keep you informed on whats happening.
Hi all, i have been going thru the second-level help on the shell provider trying to sort this out since Dec 18, to no avail :(. Thanks Shadrach for the tip, which i think is the problem. I have another shell account and the script runs fine there. Today i received this from the 2nd level technician...
Eggdrop v1.6.20 incith:weather v2.9a shell santrex.net Hi all, i keep getting this: <Achilles> !weather berlin, germany <bot> Failed to connect. I have the script running on another shell account and that works fine. I think there are some missing stuff the shell account needs to load for the bot to...
Hi TCL_no_TK, sorry for the late reply, was out of town. This is your code i am using :- setudef flag voice-lower proc voicelower:join {nick host hand chan} { if {[channel get "$chan" "voice-lower"]} { if {![isbotnick "$nick"]} { # get rid of special characters in the n...
Hey TCL_no_TK, thanks for the update :D Tested it out last night, here's what I found: Doesn't voice nicks like the following : _carol coffee_addict mike`` anna_ polite_miss Voiced this nick: ^Roland^ Is there a way where i can add special characters to ignore? I see that string there in your script...
Hi TCL_no_TK, thanks for the quick reply and help. Plugged it into the bot and its working like a charm. All the nicks it didn't voice before it does now :D Just one observation tho, check it out : ``GaBuck_I (~gabucki@host.net) joined #Channel #Channel: mode change '+v ``GaBuck_I' by BOT That was t...
Hi TCL_no_TK, thnks for the quick reply man, i just loaded the script up, thus far working OK. However, just now i noticed this : * Joins: mwf43 (~pirch@c-68-33-142-24.hsd1.md.comcast.net) * BOT sets mode: +v mwf43 * Joins: LetMe (~fullon@c122-108-58-95.sunsh1.vic.optusnet.com.au) * BOT sets mode: +...
Hi TCL Community, i just discovered that while the script works great at voicing lower-case nicks, it does not, however, voice people who have capital letters in their lower case nicks for example : johnUSA or jill187{USA} does not get voiced any chance you can take a look and see whats missing? Rea...
just wanted to say thanks a lot for fixing this, it helped me out today.
Really appreciate your work helping the TCL scripting community. By the way, i want to start to learn TCL myself, can you give me any pointers on where to go to start?
Hello Egghelp Community, I have a bartender script that i would like to be slightly modified. Basically, i would like only people who are c urrently opped or voiced to be able to use the trigger. It would be fantastic if you could add some scripting where i can select either channels ops or channel ...
Hi, I want to thank TCL_no_TK & Sir_Fz for taking the time and effort to help. I really appreciate the great work you guys are doing for the TCL/eggdrop community and the newbs like me who dont know scripting. Like to let you guys know that your efforts are helping out a lot of appreciative peop...
Hi Guys, I need a script that would voice lowercase nicks eg. alice or dinobot. I cant do tcl so i am afraid i cant modify any of the voice scripts. Would really appreciate your help. I forgot to mention, the bot is in a few channels, would it also be possible to set which channel the script will ru...