mIRC Home    About    Download    Register    News    Help

Print Thread
#15538 15/03/03 07:19 PM
Joined: Dec 2002
Posts: 17
P
Pikka bird
OP Offline
Pikka bird
P
Joined: Dec 2002
Posts: 17
Hi, I was wondering if theres a way to make a popup to where I can invite people into my room? I know you can type /invite <channel name> <nickname> but I was wondering if there was an easier way? A popup? Thanks for any help.

#15539 15/03/03 07:42 PM
Joined: Dec 2002
Posts: 54
L
laz Offline
Babel fish
Offline
Babel fish
L
Joined: Dec 2002
Posts: 54
Code:
  
menu nicklist {
  Invite:/invite $$1 $$input(What channel to invite $$1 to?,129,Invite ...)
}


I'm not sure if thats what you wanted.

#15540 15/03/03 07:42 PM
Joined: Dec 2002
Posts: 843
P
Hoopy frood
Offline
Hoopy frood
P
Joined: Dec 2002
Posts: 843
I don't think it can be done as a popup because for that to work you'd have to click on their nick. Which means they'd have to be in the channel in the first place. You could use an alias, e.g. /alias /invi /invite $$1 #channel smile


Never compare yourself to others - they're more screwed up than you think.
#15541 15/03/03 07:45 PM
Joined: Dec 2002
Posts: 17
P
Pikka bird
OP Offline
Pikka bird
P
Joined: Dec 2002
Posts: 17
ok thanks smile

#15542 15/03/03 07:59 PM
Joined: Dec 2002
Posts: 843
P
Hoopy frood
Offline
Hoopy frood
P
Joined: Dec 2002
Posts: 843
You're welcome. smile


Never compare yourself to others - they're more screwed up than you think.
#15543 15/03/03 09:26 PM
Joined: Feb 2003
Posts: 35
O
Ameglian cow
Offline
Ameglian cow
O
Joined: Feb 2003
Posts: 35
actually it can be done in a pop-up

User Utilities
.Invite user:/invite $$?="Enter nickname and channel:"

or

User Utilites
.Invite User:/invite $$?="Enter Nick:" $$?="Enter Channel:"

i personally use the first one but either one will work


Butterflies are random thoughts people have.
They Live, They Die, They Are Pointless.
#15544 15/03/03 11:49 PM
Joined: Mar 2003
Posts: 437
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Mar 2003
Posts: 437
menu nicklist {
Invite:/invite $$1 $$input(What channel to invite $$1 to?,129,Invite ...)
}

popups will work. just rightclick a nick and click Invite then enter the channel

put in remotes (alt+r)

#15545 16/03/03 12:49 AM
Joined: Dec 2002
Posts: 843
P
Hoopy frood
Offline
Hoopy frood
P
Joined: Dec 2002
Posts: 843
Ok I sit corrected blush


Never compare yourself to others - they're more screwed up than you think.
#15546 16/03/03 06:12 PM
Joined: Feb 2003
Posts: 35
O
Ameglian cow
Offline
Ameglian cow
O
Joined: Feb 2003
Posts: 35
mtech having to right click on a nick would kidna defeat the purpose wouldnt it friend? wink


Butterflies are random thoughts people have.
They Live, They Die, They Are Pointless.

Link Copied to Clipboard