mIRC Home    About    Download    Register    News    Help

Print Thread
#106321 28/12/04 06:22 PM
Joined: Nov 2004
Posts: 84
GogetaX Offline OP
Babel fish
OP Offline
Babel fish
Joined: Nov 2004
Posts: 84
1) how can i past the channel's topic in dialogs in Edit box?
2) how to do that no1 can left the channel?
that the channel will always back when some1 will trying to close the channel


by the time you finish reading this, you realize you have wasted 5 secundes of your life!
#106322 28/12/04 07:48 PM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
  1. Use $chan(#channel_name).topic with /did -a dialog editbox_id.
  2. You can't force users to stay in your channel.

#106323 28/12/04 09:10 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
I already told you the answer to the 2nd question here.

#106324 28/12/04 09:11 PM
Joined: Feb 2004
Posts: 15
O
Pikka bird
Offline
Pikka bird
O
Joined: Feb 2004
Posts: 15
didnt you ask this already...

#106325 29/12/04 06:02 AM
Joined: Nov 2004
Posts: 84
GogetaX Offline OP
Babel fish
OP Offline
Babel fish
Joined: Nov 2004
Posts: 84
Quote:
I already told you the answer to the 2nd question here.


it isnt what i have looked for...

im making a script and not on the bot it will be...
so what i need its easy script for me that all who will use the script, cant exit from my channel...


by the time you finish reading this, you realize you have wasted 5 secundes of your life!
#106326 29/12/04 07:57 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Quote:

so what i need its easy script for me that all who will use the script, cant exit from my channel...


Do you get lonely dude?

If others will use your script you could use the On Part event for them to automatically join your channel when they've closed it, other than that I don't think it could be done.

#106327 29/12/04 11:21 AM
Joined: Nov 2004
Posts: 84
GogetaX Offline OP
Babel fish
OP Offline
Babel fish
Joined: Nov 2004
Posts: 84
i have tryed:
on *:PART:#onlineinfo:{
timer 1 1 /join #onlineinfo
}

but in here is to much bugs...


by the time you finish reading this, you realize you have wasted 5 secundes of your life!
#106328 29/12/04 12:22 PM
Joined: Dec 2004
Posts: 11
D
Pikka bird
Offline
Pikka bird
D
Joined: Dec 2004
Posts: 11
it's been a while since I've done anything with miRC, but I'm pretty sure that,

on *:PART:#:{
if ($chan == #onlineinfo) && ($nick == $me) .join #onlineinfo
}

then again, creating a script, that forces users to stay in your channel, will probably be frowned upon by other users.

#106329 30/12/04 11:39 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
Code:
on me:*:part:#onlineinfo:{ join $chan }


New username: hixxy

Link Copied to Clipboard