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.

gseen module - question

Discussion of Eggdrop's code and module programming in C.
Post Reply
n
nicomeier333
Voice
Posts: 1
Joined: Sun Feb 22, 2009 7:47 am

gseen module - question

Post by nicomeier333 »

Hey,

I'm using the gseen module on my eggdrop 1.6.19, but its just collecting data in rooms in which the bot is opped.

Is it possible to have it collecting data in every room the bot is in?

---

Nico
User avatar
TCL_no_TK
Owner
Posts: 509
Joined: Fri Aug 25, 2006 7:05 pm
Location: England, Yorkshire

Post by TCL_no_TK »

If you are not talking about channel modes (i.e +D and modes like that) Then: in gseen.conf file there are the following settings

Code: Select all

# channels where you do not want your bot to reply to public queries
set no-pub-seens ""

# channels where you want your bot to send replies via notice to the user and
# not to the channel
set quiet-seens ""

# same as quiet-seens but for AI seen
set quiet-ai-seens ""

# channels where you do not want your bot to log seen data
set no-seendata ""
And also, You should check the settings in DCC/telnet with the bot for each channel. Using: .chaninfo #channel-name

As there are channel options to enable/disable seens that way.
Post Reply