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 config

Old posts that have not been replied to for several years.
Locked
M
Monty_
Voice
Posts: 23
Joined: Wed May 19, 2004 11:51 pm

Gseen config

Post by Monty_ »

Not sure if this is the right forum for this. The modules forum seems to go way deeper than my question may be.

Is there a way in the gseen config file to make the !seen command a message instead of a public command?

Thanks
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Look below the end of configuration and you may be able to change the binds from public to msg .. might work. :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
M
Monty_
Voice
Posts: 23
Joined: Wed May 19, 2004 11:51 pm

Post by Monty_ »

Yeah, I gave that a try, but it was a simple change from pub to pubm, and it didn't work.

Thanks
User avatar
bruhv
Voice
Posts: 22
Joined: Sat Apr 10, 2004 5:53 pm

Post by bruhv »

Monty_ wrote:Yeah, I gave that a try, but it was a simple change from pub to pubm, and it didn't work.

Thanks
from the docs...

Code: Select all

bind msg <flags> <command> <proc>
procname <nick> <user@host> <handle> <text>
Description: used for /msg commands. The first word of the user's msg is the command, and everything else becomes the text argument.

Code: Select all

bind pubm <flags> <mask> <proc>
procname <nick> <user@host> <handle> <channel> <text>
Description: just like MSGM, except it's triggered by things said on a channel instead of things /msg'd to the bot. The mask is matched against the channel name followed by the text and can contain wildcards. Also, if a line triggers a PUB bind, it will not trigger a PUBM bind.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Public commands:
----------------

!seen <nick>
I think this command doesn't need an explanation. ^_^
!seen <mask>
Searches the database for entries that match <mask>
for example "!seen *!user@dialin-*.isp.com"
!seennick <nick>
!seen also checks if a user was online later with a
different nick. !seennick only seens for <nick>
!seenstats
just a little report on how many nicks are tracked

All commands are also accessible via /msg.
("/msg <bot> seen <nick>", for example)
Taken from README which is included in the tarball. :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
M
Monty_
Voice
Posts: 23
Joined: Wed May 19, 2004 11:51 pm

Post by Monty_ »

Well, that answers all questions then.

Thanks
Locked