Top

Amsg Over Servers


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  0.0 (of 0 scores)
Date Added  Nov 01, 2009
Last Updated  Nov 01, 2009
Tags  amsg  over  servers 

Introduction

This is a basic amsg script that goes in each channel and each server. It shows the channel server and nick.

Grab the Code

;;;;;;;;;;;;;;;
;;; DeShOnAr;;;
;;;;;;;;;;;;;;;
 
on *:text:!Amsg *:#:{ scon -at1 aMsg $Chan(%x) { $+ $server $+ }( $+ $chan $+ )< $+ $nick $+ > $2- }

Comments

  (5)  RSS
DeShOnAr2
Comments: 4
 
mIRC Snippet:  Amsg Over Servers
Posted on Nov 3, 2009 12:31 pm
Um can anyone show me how to make this stay on one channel?
TravisT
Comments: 19
 
mIRC Snippet:  Amsg Over Servers
Posted on Nov 3, 2009 12:34 pm
describe # Message

this will send action text to the channel.

As for the snippet, can't you do the same with:

/scid -a ame Message
Cheiron
Comments: 627
 
mIRC Snippet:  Amsg Over Servers
Posted on Nov 3, 2009 12:48 pm
cross server stuff is usually .scon -at1 /msg # blah
TravisT
Comments: 19
 
mIRC Snippet:  Amsg Over Servers
Posted on Nov 3, 2009 12:50 pm
scid or scon is the same. Scid depends on the actual connection id, while scon refers to the Nth connection.

Oh I thought this was an ame snippet.

Desh, to message one channel use.

/msg # Message
TriNetLabs
Comments: 8
 
mIRC Snippet:  Amsg Over Servers
Posted on Nov 3, 2009 7:31 pm
o_o;

Code:
 alias gamsg { scon -a amsg (Global AMSG): $1- }


/gamsg amsg scripts are fail.

Same idea for channel usage tbfh.

Code:
 on *:text:!amsg*:#: { scon -a amsg ( $+ $nick $+ )(AMSG): $1- }


Don't question my style of scripting :(

Commenting Options

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

  
Bottom