This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

[SOLVED] Seen command

General support and discussion of Eggdrop bots.
Post Reply
L
Landslyde
Halfop
Posts: 46
Joined: Thu May 01, 2014 6:01 pm

[SOLVED] Seen command

Post by Landslyde »

I have eggdrop 1.6.21 installed and it seems to be running nicely. However, the seen command only works in DCC chat window with the bot. Shldn't it also work in the main channel for regular users too? Just wondering. In DCC chat with my bot, I've tried:

( MyNick ) .set #MyChannel +seen
( BotNick ) [23:27:18] #MyNick# set #MyChannel +seen
( BotNick ) Ok, set.

In my .conf file, I have this:

channel set #MyChannel +seen

Am I doing this right? I ask because when I get my .chaninfo in the DCC window with the bot, it shows '-seen'. Why is not being set? And this goes for anything I try to change/set. Nothing works. Nothing changes.

Thanks for your help.
Last edited by Landslyde on Sat May 03, 2014 8:10 pm, edited 1 time in total.
w
willyw
Revered One
Posts: 1202
Joined: Thu Jan 15, 2009 12:55 am

Re: Seen command

Post by willyw »

Landslyde wrote:
( MyNick ) .set #MyChannel +seen
( BotNick ) [23:27:18] #MyNick# set #MyChannel +seen
( BotNick ) Ok, set.
I suspect that you are referring to the seen module that comes with eggdrop. Is this correct?
If so, visit: http://eggwiki.org/Eggdrop.conf#Seen
and find:
# This module provides very basic seen commands via msg, on channel or via dcc.
and read that section.

Then consider: You asked if it should work for regular users. Are those users also in the bot's userlist?

In my .conf file, I have this:

channel set #MyChannel +seen
Where? ... I'm not finding anything like that in the example eggdrop.conf .

Am I doing this right? I ask because when I get my .chaninfo in the DCC window with the bot, it shows '-seen'. Why is not being set?
Is the seen module loaded?
And this goes for anything I try to change/set. Nothing works. Nothing changes.
Nothing? meaning that none of the other channel settings can be changed?
w
willyw
Revered One
Posts: 1202
Joined: Thu Jan 15, 2009 12:55 am

Post by willyw »

Long ago, I played around with various seen scripts.
Eggdrop's built in seen module is rudimentary. It even says so, right in the default eggdrop.conf.

I found that I liked two. ( One is not a script, it is a module. )


Here:
http://www.kreativrauschen.com/eggdrop.php
you can find the gseen module.


Here:
http://www.egghelp.org/tclhtml/3478-4-0-0-1-bseen.htm
you can find Bass's Bseen script.


I suggest you try them one at a time, to be able to decide which you like best.

I hope this helps.
L
Landslyde
Halfop
Posts: 46
Joined: Thu May 01, 2014 6:01 pm

Re: Seen command

Post by Landslyde »

Landslyde wrote:
In my .conf file, I have this:

channel set #MyChannel +seen
I was just trying this, something that looked like it might work.
Landslyde wrote: And this goes for anything I try to change/set. Nothing works. Nothing changes.
willyw wrote: Nothing? meaning that none of the other channel settings can be changed?
None of my commands work. I can DCC the bot and he responds. He will show me .chaninfo and other things like that, but he won't let me make any settings for my channel.
L
Landslyde
Halfop
Posts: 46
Joined: Thu May 01, 2014 6:01 pm

Post by Landslyde »

willyw wrote:Long ago, I played around with various seen scripts.
Eggdrop's built in seen module is rudimentary. It even says so, right in the default eggdrop.conf.

I found that I liked two. ( One is not a script, it is a module. )


Here:
http://www.kreativrauschen.com/eggdrop.php
you can find the gseen module.


Here:
http://www.egghelp.org/tclhtml/3478-4-0-0-1-bseen.htm
you can find Bass's Bseen script.


I suggest you try them one at a time, to be able to decide which you like best.

I hope this helps.
It did. I got Bass's script and it works like a charm =)
Thank you for your help, willyw. Do appreciate you.
L
Landslyde
Halfop
Posts: 46
Joined: Thu May 01, 2014 6:01 pm

Re: Seen command

Post by Landslyde »

willyw wrote:
Landslyde wrote:
And this goes for anything I try to change/set. Nothing works. Nothing changes.
Nothing? meaning that none of the other channel settings can be changed?
Here is a copy/paste from my DCC window with my bot where I tried to change the revenge-mode setting:

Code: Select all

 ( Landslyde ) .chaninfo
 ( Stryker ) Settings for dynamic channel #Dreamscape:
 ( Stryker ) Protect modes (chanmode): +tn
 ( Stryker ) Idle Kick after (idle-kick): DON'T!
 ( Stryker ) stopnethack: DON'T!
 ( Stryker ) aop-delay: 5:30
 ( Stryker ) revenge-mode: 0
 ( Stryker ) ban-type: 3
 ( Stryker ) ban-time: 120
 ( Stryker ) exempt-time: 60
 ( Stryker ) invite-time: 60
 ( Stryker ) Other modes:
 ( Stryker ) -inactive -statuslog -secret +shared
 ( Stryker ) +greet -seen +cycle +dontkickops
 ( Stryker ) +protectops -protectfriends -revenge -revengebot
 ( Stryker ) -bitch -autoop -autovoice -nodesynch
 ( Stryker ) -enforcebans +dynamicbans +userbans -autohalfop
 ( Stryker ) -protecthalfops -static
 ( Stryker ) +dynamicexempts +userexempts +dynamicinvites +userinvites
 ( Stryker ) flood settings: chan ctcp join kick deop nick
 ( Stryker ) number: 15 3 5 3 3 5
 ( Stryker ) time : 60 60 60 10 10 60
 ( Stryker ) [14:52:38] #Landslyde# chaninfo #Dreamscape

 ( Landslyde ) .set revenge-mode 1
 ( Stryker ) [14:52:46] #Landslyde# set revenge-mode 1
 ( Stryker ) Ok, set.

 ( Landslyde ) .chaninfo
 ( Stryker ) Settings for dynamic channel #Dreamscape:
 ( Stryker ) Protect modes (chanmode): +tn
 ( Stryker ) Idle Kick after (idle-kick): DON'T!
 ( Stryker ) stopnethack: DON'T!
 ( Stryker ) aop-delay: 5:30
 ( Stryker ) revenge-mode: 0
 ( Stryker ) ban-type: 3
 ( Stryker ) ban-time: 120
 ( Stryker ) exempt-time: 60
 ( Stryker ) invite-time: 60
 ( Stryker ) Other modes:
And here is where I tried to change the channel to +bitch mode:

Code: Select all

 ( Landslyde ) .chaninfo
 ( Stryker ) Settings for dynamic channel #Dreamscape:
 ( Stryker ) Protect modes (chanmode): +tn
 ( Stryker ) Idle Kick after (idle-kick): DON'T!
 ( Stryker ) stopnethack: DON'T!
 ( Stryker ) aop-delay: 5:30
 ( Stryker ) revenge-mode: 0
 ( Stryker ) ban-type: 3
 ( Stryker ) ban-time: 120
 ( Stryker ) exempt-time: 60
 ( Stryker ) invite-time: 60
 ( Stryker ) Other modes:
 ( Stryker ) -inactive -statuslog -secret +shared
 ( Stryker ) +greet -seen +cycle +dontkickops
 ( Stryker ) +protectops -protectfriends -revenge -revengebot
 ( Stryker ) -bitch -autoop -autovoice -nodesynch
 ( Stryker ) -enforcebans +dynamicbans +userbans -autohalfop
 ( Stryker ) -protecthalfops -static
 ( Stryker ) +dynamicexempts +userexempts +dynamicinvites +userinvites
 ( Stryker ) flood settings: chan ctcp join kick deop nick
 ( Stryker ) number: 15 3 5 3 3 5
 ( Stryker ) time : 60 60 60 10 10 60
 ( Stryker ) [15:05:36] #Landslyde# chaninfo #Dreamscape

 ( Landslyde ) .set #dreamscape +bitch
 ( Stryker ) [15:05:48] #Landslyde# set #dreamscape +bitch
 ( Stryker ) Ok, set.

 ( Landslyde ) .chaninfo
 ( Stryker ) Settings for dynamic channel #Dreamscape:
 ( Stryker ) Protect modes (chanmode): +tn
 ( Stryker ) Idle Kick after (idle-kick): DON'T!
 ( Stryker ) stopnethack: DON'T!
 ( Stryker ) aop-delay: 5:30
 ( Stryker ) revenge-mode: 0
 ( Stryker ) ban-type: 3
 ( Stryker ) ban-time: 120
 ( Stryker ) exempt-time: 60
 ( Stryker ) invite-time: 60{...}
 ( Stryker ) Other modes:
 ( Stryker ) -inactive -statuslog -secret +shared
 ( Stryker ) +greet -seen +cycle +dontkickops
 ( Stryker ) +protectops -protectfriends -revenge -revengebot
 ( Stryker ) -bitch -autoop -autovoice -nodesynch
 ( Stryker ) -enforcebans +dynamicbans +userbans -autohalfop
 ( Stryker ) -protecthalfops -static
 ( Stryker ) +dynamicexempts +userexempts +dynamicinvites +userinvites
 ( Stryker ) flood settings: chan ctcp join kick deop nick
 ( Stryker ) number: 15 3 5 3 3 5
 ( Stryker ) time : 60 60 60 10 10 60
 ( Stryker ) [15:05:52] #Landslyde# chaninfo #Dreamscape
I guess I'm doing something wrong, but I don't know what it wld be. Any insight to this issue wld be appreciated.

Thanks.
w
willyw
Revered One
Posts: 1202
Joined: Thu Jan 15, 2009 12:55 am

Post by willyw »

First, do:
.help set
and read the return.

Next, do:
.help chanset
and read the return.

Sorry - I overlooked it in your earlier posts.
You were using the wrong command. You were setting the value of a variable.

Next, go here:
http://www.egghelp.org/commands/channels.htm#chanset
to get a nice, easy to read explanation of the chanset command.

(By the way, I think you are doing a good thing, by checking again with .chaninfo , right after making a change. Can't hurt. It is good to be sure. I assume this is how you found your problem. )

By now, as you've read this, you've probably tried it, and have it figured out. :)

Now visit:
http://www.egghelp.org/commands/index.htm
and perhaps bookmark it.
It is very helpful.
So is the bot's built in command, .help . I still use it all the time.

Have fun with your bot.
:)
L
Landslyde
Halfop
Posts: 46
Joined: Thu May 01, 2014 6:01 pm

Post by Landslyde »

willyw: I am back here because I just figured it out and wanted to let my "discovery" be known. By sheer luck, I found the usage of ".chanset" in another protection script, one I downloaded to use in place of the factory-installed eggdrop prot. Funny how I stood on the other side of the plate and hit a homerun =) lol

Thanks for your help, willyw. I'm absorbing it like a thirsty sponge!
Post Reply