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.

help me

Old posts that have not been replied to for several years.
Locked
D
Deuced

help me

Post by Deuced »

i use the anti-idle script and i want to set this idle message: "Welcome on #bandwidth",but the eggy shows only "welcome".What is the proper syntax?Thanks
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

I guess something like

Code: Select all

putserv "PRIVMSG #bandwidth :Welcome on #bandwidth"
. This will say that Welcome on #bandwidth. on your channel.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

The reason why your eggdrop only displays welcome, is due to a missing character.

If you note the example as posted above, there is a : at the start of the text. The tells the server, that the rest of the line, is an arguemnt to the command.

In this case, it should treat the rest of the line, as the message to the server.
Locked