Top

Conference


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  0.0 (of 0 scores)
Date Added  Nov 02, 2008
Last Updated  Nov 02, 2008
Tags  link 

Introduction

this script may not be entirely useful for most, but it works pretty well when it is employed.
it messages what one channel say into the 2nd channel, and vice versa. this also works across different servers.

to use:
type /con (number of server here) (channel on server)
type /coff to deactivate
you have to be in the channel you want linked, and the server number goes by the first server to last server in the listbox. The uppermost server would be 1. If you have 3 servers open, the bottom one would be 3, and the middle one would be 2. You should put the channel on the server you want to link to as the second part of the syntax. Again, you should be in the room you want to link to the 2nd room.


Grab the Code

alias con { /set %originchan $chan | /set %confchan $2 | /set %secserver $1 | /set %originserver $cid | enable #conference }
alias coff { unset %originchan | unset %confchan | unset %secserver | unset %originserver | disable #conference }
#conference off
on *:TEXT:*:%originchan:{ /scon %secserver /msg %confchan $+(<,$nick,>) $1- }
on *:TEXT:*:%confchan:{ /scon %originserver /msg %originchan $+(<,$nick,>) $1- }
#conference end
 

Comments

  (1)  RSS
mountaindew
Comments: 1,826
 
mIRC Snippet:  Conference
Posted on Nov 3, 2008 3:51 pm
Code:

unset %originchan | unset %confchan | unset %secserver | unset %originserver | disable #conference

You can do that all together:
Code:

unset %a %b %c %d %etc

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom