Hello, I´m currently searching for a tcl script that will retrieve info from isup.me (aka downforeveryoneorjustme.com ) an example output would be like: !isup google.com <bot> It's just you. http://google.com is up. !isup fakewebsite81823.com <bot> It's not just you! http://fakewebsite81823.com look...
Hi, The thing is I want my eggdrop bot to display messages that would be told by a bash script I have on a different server. It seems to be a simple job but I have no experience with eggdrop/tcl so I can´t do much about it. What people told me to do was to make eggdrop listen on some port and then t...
It looks like the URLs were changed back to the services.tvrage.com ones so your configs will need to be updated. That should resolve the problems you guys are seeing. The http timeout may need to be increased a bit too. If I do !today (or !yestarday, etc...) I still get: <Mybot> No schedule is cac...
It looks like they had change there link again cuz my !primetime !today !tomorrow wasnt working!!! easy fix just go to tvrage.conf.defaults and change the link back to -> set tvrage(showinfourl) "http://services.tvrage.com/tools/quickschedule.php" Im sure most of you already knew that! I ...
No, it was not possible to add your own triggers without making your own customizations to the script. This isn't the case any longer, though. I've just put up v2.0b1 that adds preliminary support for custom triggers. I'm not completely set on how it's done so it may change, but it does seem to be ...
This can already be accomplished using the existing commands by modifying the theme file. But is there a way to add !last and !next commands to the script? I mean, for what i read you say that we can edit the default theme to make !showinfo work as a !next, !last or whatever trigger, right? Or is i...