You can search in the egghelp tcl archive if you don't
find any over there you'll have to make one yourself.
There will be 2 choices availiable.
[1] You can make small scripplets defining each words meanings.
[2] You can make a script to retrieve web search results and display them.
The first one would be alot of easier, but will only have the results in the database which you add in the tcl procedures.
The second one will be harder to code but will have a direct display of results from the website you gave and would display the same results as on the website.
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee) PS: Guys, I don't accept script helps or requests personally anymore.
==================================
I guess so, if there is a tcl error please check in dcc partyline with your eggdrop bot and show is the error, so we may be able to resolve it, if possible.
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee) PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Yes there must be problem passing special characters such as [, ] and also like \. If nicks have these characters mostly [ or ] then a problem might occur, however I'll look into it.
Other than that it should be okay.
Yeah I made it that away.
<awyeah> #india
Would result in no ban.
This is a small enough word not to be counted for invitation.
Mostly spammers users this way
<awyeah> #india #india #india
So this would be detected as spam.
However if you want it to work to ban just for normal words
such as <awyeah> #india put "#*" in the spam detection word list.
Then it would ban for anything such as
#1-395-5645
#mychannel
#noname
...and etc
Basically it would ban for anything said afte the # sign.
If a text is "my phone # is...." then it wouldn't ban.
The text must be joined to the # to make "#*" work.
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee) PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Eggdrop cannot see any nick that starts with a left open bracket and ending in a right closing bracke ie. [mynick], as far as the bot is concerned they just do not exist despite the fact they can be sitting right there in the channel. It also has a problem with nicks containing {}. The reason why is simple; tcl control characters. In other words, nicks containing those "special" characters are basically "illegal".
I have yet to find any solution to this problem and doubt there is.
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM
When I'm doing a '.channel ' it list all the nicks in the channel just fine, including those with brackets and braces.
Changing my nick on the partyline to [gb] don't seem to cause any problems either.
As for scripts go, escape them properly using join/split or use lists.