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.
Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
monie089
Halfop
Posts: 76 Joined: Sat Jul 29, 2006 11:13 pm
Post
by monie089 » Fri Aug 04, 2006 4:09 pm
anyone please ive seen a bot do this o chatspike irc
Alchera
Revered One
Posts: 3344 Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:
Post
by Alchera » Fri Aug 04, 2006 9:07 pm
monie089 wrote: anyone please ive seen a bot do this o chatspike irc
Then ask the bot owner where to locate this script.
Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM
monie089
Halfop
Posts: 76 Joined: Sat Jul 29, 2006 11:13 pm
Post
by monie089 » Sat Aug 05, 2006 11:58 am
its aperl bot and he made him self
metroid
Owner
Posts: 771 Joined: Wed Jun 16, 2004 2:46 am
Post
by metroid » Mon Aug 07, 2006 7:21 am
Code: Select all
bind pub o|- !postinfo pub:postinfo
proc pub:postinfo {nickname hostname handle channel arguments} {
putquick "NOTICE $nickname :http://site.nintendoxg.com/forums/viewtopic.php?p=$arguments"
}
this will exactly as you ask, deliver the link to the topic/post.
Cletus
Voice
Posts: 19 Joined: Sun Aug 06, 2006 6:01 pm
Post
by Cletus » Mon Aug 07, 2006 8:40 am
I'm not sure that works with simple machines forum, anyone know what I need to replace to make that work with my forum?
http://www.thesportsbar.info/forum/index.php
Unfortunately it looks like the topic # might also be needed, I'm not sure tho, I hope it can work with my forum.
monie089
Halfop
Posts: 76 Joined: Sat Jul 29, 2006 11:13 pm
Post
by monie089 » Mon Aug 07, 2006 6:05 pm
metroid wrote: Code: Select all
bind pub o|- !postinfo pub:postinfo
proc pub:postinfo {nickname hostname handle channel arguments} {
putquick "NOTICE $nickname :http://site.nintendoxg.com/forums/viewtopic.php?p=$arguments"
}
this will exactly as you ask, deliver the link to the topic/post.
i like it but what i ment the bot did
it posted the user rank,name,the post,there post count is that possible and thanks
metroid
Owner
Posts: 771 Joined: Wed Jun 16, 2004 2:46 am
Post
by metroid » Tue Aug 08, 2006 1:33 am
It is possible, but i'm not going to do it.
Cletus
Voice
Posts: 19 Joined: Sun Aug 06, 2006 6:01 pm
Post
by Cletus » Tue Aug 08, 2006 6:12 am
metroid wrote: It is possible, but i'm not going to do it.
k thnx
Is it at least possible to say why? Because you don't like me or because it's more difficult?
monie089
Halfop
Posts: 76 Joined: Sat Jul 29, 2006 11:13 pm
Post
by monie089 » Tue Aug 08, 2006 1:21 pm
i tried to make didnt work
metroid
Owner
Posts: 771 Joined: Wed Jun 16, 2004 2:46 am
Post
by metroid » Tue Aug 08, 2006 5:57 pm
Because you'd probably have to read into the website, search through everything untill you find exactly what you need, possibly the eggdrop already times out when that happens.