Code: Select all
set ai-seen-binds {
"${nick}*seen*"
"${nick}*gesehen*"
}
Raiyan wrote:Right now I found that (from http://forum.egghelp.org/viewtopic.php?t=16148), I have to unbind the ai-seens. How to do that?
Code: Select all
set ai-seen-binds ""
set ai-seenstats-binds ""
TCL_no_TK wrote:Tryif in most cases the eggdrop's nickname would be same as the botnet-nick for it anyway, so you'll only need to use ${nick}Code: Select all
set ai-seen-binds { "${nick}*seen*" "${nick}*gesehen*" }
This is a direct nickname search, this will match any nicks using the same ident@hostmask as the one you requested. A short-list of recent nicks using that same ident@hostmask is created. The last nickname used by the ident@hostmask will be your output.Raiyan wrote:<Raiyan> !seen Missing_____M
<Bangladesh> Raiyan, I found 8 matches to your query. These are the 5 most recent ones: Proletariat, PotatO, Missing_____M, lalala, ExclusivE. Proletariat (Sadhinbang@BBE12205.4DF8396C.95E0E7B9.IP) was last seen quitting #Sadhinbangla 12 hours 41 minutes ago (21.01. 09:11) stating "irc.sadhinbangla.com" after spending 51 minutes there.
This is a wildcard search, this will be nickname based, and the last event that occured for that nickname will be shown. Which in this case you've changed nick to PotatO apparently. It will then check if PotatO is still in channel, if not, it mysteriously dematerialized.Raiyan wrote:<Raiyan> !seen Missing*
<Bangladesh> Raiyan, I found 2 matches to your query: Missing_____M, Missing_M_Now_Found. Missing_____M (Sadhinbang@BBE12205.4DF8396C.95E0E7B9.IP) was last seen changing his/her nick to PotatO on #Solution 17 hours 9 minutes ago (21.01. 04:43), but PotatO mysteriously dematerialized.
One is a direct query, the other is a search query. The two should be different.Raiyan wrote:My Q is the two !seen nick cmd output should be same... but why the output is like this?
Code: Select all
set ai-seen-binds ""
# this is just the same as above, but if triggered it will
# not do an ai-seen, but display its seen-stats.
set ai-seenstats-binds ""
# when doing an AI seen, ignore the following words (otherwise
# the bot might give weird answers like "<bot> nick, bot was last seen..." :)
set ai-seen-ignore "*seen*"
Here's my whole gseen.conf: http://pastebin.com/Acs11M7Z[12:26am] <~pogue> seen Backthen
[12:26am] <+BodyBuildingBot> I don't know who Backthen is.
[12:26am] <~pogue> -seen Backthen
[12:26am] <+BodyBuildingBot> pogue, Backthen (OhYe@h.tell.me.more) was last seen quitting #bodybuilding.com 4 hours ago (01.08. 21:25) stating "Quit: " after spending 9 minutes there.