Top

moving users on join

Please Register to submit score.
Average Score  3.7
Scores Submitted  3
Date Added  Oct 24, 2006
Last Updated  Oct 24, 2006
Tags  join  notice  sajoin  sapart 

Introduction

When a user joins your channel they will get a notice then moved to a channel you wish and then make them part the channel they joinned. you must be Serivces Root and you must type .chanset #yourchannel +mj

Grab the Code

Comments

  (8)  RSS
F*U*R*B*Y*
Comments: 408
 
TCL Snippet:  moving users on join
Posted on Nov 4, 2006 6:17 pm
any comments?
gourob
Comments: 3
 
TCL Snippet:  moving users on join
Posted on Jan 8, 2007 5:18 am
why dont u use " /sajoin user-name #chan " instead svsjoin cmd, thats fast and better. nice tcl btw
F*U*R*B*Y*
Comments: 408
 
TCL Snippet:  moving users on join
Posted on Jan 8, 2007 5:46 am
because the server i wrote this on doesn't use /sajoin :P
gourob
Comments: 3
 
TCL Snippet:  moving users on join
Posted on Jan 8, 2007 11:35 am
ok so if i change the cmd to /sajoin will it work ? btw i use unreal ( latest )
F*U*R*B*Y*
Comments: 408
 
TCL Snippet:  moving users on join
Posted on Jan 10, 2007 3:23 pm
i belive it will work
mysterycool
Comments: 53
 
TCL Snippet:  moving users on join
Posted on Jun 17, 2007 7:03 pm
u believe or it WILL work???
Get_A_Fix
Comments: 12
 
TCL Snippet:  moving users on join
Posted on Nov 15, 2007 11:11 pm
I would have used
Code:

if {[lsearch -exact [channel info $chan] +mj] != -1} {

to match better, but that's just me :P
Doodle
Comments: 7
 
TCL Snippet:  moving users on join
Posted on Jul 7, 2008 6:28 am
i smell buttered toast

Please Register or Login to start posting comments.
Bottom