Using the latest version v6.01d and always have these lines in the partyline [16:00:00] Tcl error [proc:twitter:followers:auto]: no such channel record [16:00:00] Tcl error [proc:twitter:friendsauto]: no such channel record [16:01:00] Tcl error [proc:twitter:trackauto]: no such channel record [16:01...
Hi, which regexp do I need to regexp a url like http://www.ftd.de/finanzen/maerkte/:zahlungsverzug-die-bonitaet-der-kunden-pruefen/70040990.html#utm_source=rss2&utm_medium=rss_feed&utm_campaign=/finanzen/maerkte to www.ftd.de/article/70040990.html So - www.ftd.de is always the same - look fo...
I don't get this error only in the partyline, there are also shown in the irc chan. And really no twitter command is working in the chan, always only get this error message
Hey. Nice one. Thanks a lot. Got mine working now Is it possible to get the Time Data changed. Right now its 2010-11-22T19:11:33+01:00 I would like to get it in this way Date: 22.11.10 - Time: 19:11:33 +1 ...and it would also be nice to have an "offset" option because the time in source c...
@caesar i think that is not that simple... already tried this of course. but if {[catch {set datevalue [clock scan $date]}]} {return e8} clock scan only work with english monthnames!? see % set datevalue [clock scan 8-march-2011] 1299538800 % set datevalue [clock scan 8-märz-2011] unable to convert ...
I have now the problem that my server/eggdrop is in CET time. so i get this % clock format [clock scan now] -format "%B" März % clock format [clock scan now] -format "%A" Dienstag That means I have a problem now... because that clock scan line only works with english month names,...