I get the following output in my eggdrop's partyline;
Code: Select all
Tcl error [incith::google::public_message]: can't read "f2": no such variable
Code: Select all
Tcl error [incith::google::public_message]: can't read "f2": no such variable
This is how the new output can look if you customize a color-theme accordingly.<speechles> !w eggdrop#features
<sp33chy> Eggdrop | Features Eggdrop is written in the C programming language and features interfaces for C modules and Tcl scripts that allow users to further enhance the functionality of the bot. Due to its popularity, Eggdrop has a plethora of Tcl scripts available to expand its functionality, most of them written by Eggdrop users. Scripts are available to add and extend functionality such as: online
<sp33chy> games, stats, user and channel management, information storage and lookup, greeting channel members, tracking last seen times, botnet management, anti-spam, file serving and distribution (usually via the DCC protocol), IRC services (similar to ChanServ and NickServ), and much more. Eggdrop also features a botnet, which allows multip @ http://en.wikipedia.org/wiki/Eggdrop#Features [1
<sp33chy> Redirect(s)]
Code: Select all
# description mode/demode
variable desc_modes "\00309"
variable desc_demodes "\003"
# link mode/demode
variable link_modes "\00306\037"
variable link_demodes "\037\003"
# totals mode/demode
variable total_modes "\00307"
variable total_demodes "\003"
# error mode/demode
variable error_modes "\00304"
variable error_demodes "\003"
# break and seperator need more than modes
# you also enter the appropriate character you wish used.
variable break " \00302@\003 "
variable seperator " \00304|\003 "
Code: Select all
Joori: !g weather sydney, nsw
@Idler: [Google] 5,930,000 Results | Weather for Sydney NSW: 22°C, Current: Partly Cloudy, Wind: NW at 11 km/h, Humidity: 69%; Forecast: Sat, Sunny (25°C|17°C); Sun, Chance of rain (24°C|18°C); Mon, Sunny (26°C|19°C) | Sydney weather - NSW Government Portal @ http://www.nsw.gov.au/weather.asp | Sydney weather - local weather forecast - ninemsn weather @ http://weather.ninemsn.com.au
http://www.tcl.tk/man/tcl8.4/TclCmd/http.htm#M11Crow50 wrote:I have loaded Incith:Google v1.9.9e and the !locate IP# works but when I use !google <word>, this is what my bot shows:
(Tcl error [incith::google::private_message]: Unknown option -urlencoding, must be: -accept, -proxyfilter, -proxyhost, -proxyport, -useragent)
If I am doing some thing wrong, please help. I don't know scripting, but really appreciate the people who do. Thanks again.
girly color theme wrote: # description mode/demode
variable desc_modes "\00313"
variable desc_demodes "\003"
# link mode/demode
variable link_modes "\00311\037"
variable link_demodes "\037\003"
# totals mode/demode
variable total_modes "\00308~"
variable total_demodes "~\003"
# error mode/demode
variable error_modes "\00313**\003 \00311"
variable error_demodes "\003 \00313**\003"
# break and seperator need more than modes
# you also enter the appropriate character you wish used.
variable break " \00309-->\003 "
variable seperator " \00313\002^_^\002\003 "
<speechles> !g .haha haha
<sp33chy> ** Socket Error accessing 'http://www.google.haha/search?q=haha&sa ... all&num=10' .. Does it exist? **
<speechles> !g hello
<sp33chy> ~441,000,000 Results~ ^_^ HELLO! - The place for celebrity news--> http://www.hellomagazine.com/ ^_^ EXCLUSIVE! Brad and Angelina share their --> http://www.hellomagazine.com/film/2008/ ... ad-photos/ ^_^ "Hello" in many languages --> http://www.elite.net/~runner/jennifers/hello.htm ^_^ Hello - Wikipedia, the free
<sp33chy> encycloped --> http://en.wikipedia.org/wiki/Hello
On a black background, this is actually shockingly visible and quite girly.. lmao
Code: Select all
# description mode/demode
variable desc_modes "\00307"
variable desc_demodes "\003"
# link mode/demode
variable link_modes "\0033\037"
variable link_demodes "\037\003"
# totals mode/demode
variable total_modes "\00307"
variable total_demodes "\003"
# error mode/demode
variable error_modes "\00304"
variable error_demodes "\003"
# break and seperator need more than modes
# you also enter the appropriate character you wish used.
variable break "\00302@\003"
variable seperator "\n"
Actually, it isn't your seperator causing the issue. The problem is the description and link modes/demodes are placed, even on a blank line or a line simply composed of empty spaces. To fix this was rather easy, and now should allow people more freedom to express their google searching.Joori wrote:Note: the \n line seperator causes a blank line to be produced at the end of your results. BTW: this is on a black background!
Incith:Google v1.9.9f -- Have a fun >:)~irc wrote:<speechles> !g eggdrop
<sp33chy> ~ 1,490,000 Results ~
<sp33chy> Eggheads.org - Main Index @ http://www.eggheads.org/
<sp33chy> Eggheads.org - Downloads @ http://www.eggheads.org/downloads/
<sp33chy> slennox's eggdrop page @ http://www.egghelp.org/
<sp33chy> egghelp.org: what is an eggdrop? @ http://www.egghelp.org/whatis.htm
Code: Select all
# Customized Trigger Phrasing?
# allow customized triggers to be attached to custom phrasing
# Anything other than 0 will enable and will use the list below.
variable my_custom 1
# Custom Trigger Phrases
# This is used to customize triggers for different sites and
# append a phrase to the end, format is:
# "custom-trigger:trigger-to-associate-with:phrase-to-append"
variable my_customs {
"ch:g:+site:computerhope.com"
"eh:g:+site:egghelp.org"
}
I'd gladly share if I knew what you meant by 'classic' theme.. actually, all the versions I have dating back from v1.98 have my own colour scheme changes, which have stayed pretty much static to what I had them up untill the 'e' release of v1.99.testebr wrote:Can someone share a "classic" (like old version of tcl) theme for this new color configuration?
testebr wrote:Can someone share a "classic" (like old version of tcl) theme for this new color configuration?
Code: Select all
# description mode/demode
variable desc_modes ""
variable desc_demodes ""
# link mode/demode
variable link_modes ""
variable link_demodes ""
# totals mode/demode
variable total_modes ""
variable total_demodes ""
# error mode/demode
variable error_modes ""
variable error_demodes ""
# break and seperator need more than modes
# you also enter the appropriate character you wish used.
variable break " @ "
variable seperator " | "