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.

A problem that's certainly is no problem for you guys

Old posts that have not been replied to for several years.
Locked
e
eXiled

Post by eXiled »

I want to rightclick on a user in the nicknamelist [mIRC] and have a command there who adds the person I righclick on in the eggdrop.
My problem is to get my command [.adduser $$1]
wrote to the partyline[for example .adduser eXiled].

Please help me...
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

While this forum really isn't the place for it, try this...

Code: Select all

menu nicklist {
  adduser:msg =<botnick here> .adduser $$1
}
Locked