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.

Copy Data From Web To IRC using Eggdrop

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
P
PisangGoreng
Voice
Posts: 35
Joined: Mon Dec 10, 2007 9:19 am
Location: Malaysia
Contact:

Post by PisangGoreng »

eggdrop v1.6.18 ?? isn't a new version ??
User avatar
speechles
Revered One
Posts: 1398
Joined: Sat Aug 26, 2006 10:19 pm
Location: emerald triangle, california (coastal redwoods)

Post by speechles »

PisangGoreng wrote:eggdrop v1.6.18 ?? isn't a new version ??
Somehow your doing something terribly wrong. When you figure out what that is, come back and retry the working script I posted for you...
P
PisangGoreng
Voice
Posts: 35
Joined: Mon Dec 10, 2007 9:19 am
Location: Malaysia
Contact:

Post by PisangGoreng »

IT WORKS..
THX ALOT TO YOU !!!
I'm Grateful u help me....
P
PisangGoreng
Voice
Posts: 35
Joined: Mon Dec 10, 2007 9:19 am
Location: Malaysia
Contact:

Post by PisangGoreng »

1 more question ..

how to adversite that only for one channel ..
User avatar
speechles
Revered One
Posts: 1398
Joined: Sat Aug 26, 2006 10:19 pm
Location: emerald triangle, california (coastal redwoods)

Post by speechles »

PisangGoreng wrote:1 more question ..

how to adversite that only for one channel ..
Use the modified code in my post, and use chanset to enable/disable.

enable
.chanset #yourchan +serverinfo (for each channel)
-- or --
.chanset * +serverinfo (for all channels)

disable
.chanset #yourchan -serverinfo (for each channel)
-- or --
.chanset * -serverinfo (for all channels)

Edit: Clarity, one of my shortcomings. Thanks as well to nml for his reminder that a flag is required.. heh
Last edited by speechles on Sun Mar 09, 2008 11:20 pm, edited 2 times in total.
P
PisangGoreng
Voice
Posts: 35
Joined: Mon Dec 10, 2007 9:19 am
Location: Malaysia
Contact:

Post by PisangGoreng »

huh why like this?
<PisangGoreng> .chanset #pisangx +serverinfo - each channel
<(PisangX> Error trying to set +serverinfo for #pisangx, invalid mode.
<(PisangX> Error trying to set - for #pisangx, invalid mode.
<(PisangX> Error trying to set each for #pisangx, invalid option
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

The custom mode "serverinfo" needs to be created first:
Add this to the beginning of the script:

Code: Select all

setudef flag serverinfo
And I belive the "- each channel" and "- all channels" were intended as comments, rather than actually being part of the commandline.

Simply, to activate it on #thechannel, type this in dcc chat:

Code: Select all

.chanset #thechannel +serverinfo
NML_375
P
PisangGoreng
Voice
Posts: 35
Joined: Mon Dec 10, 2007 9:19 am
Location: Malaysia
Contact:

Post by PisangGoreng »

thx alot it work...
Post Reply