Skip to content
Kenobi help

Kenobi

A TG007 community discussion started by Phenom™.

Closed discussion 7 posts
Page 1 of 1
Closed
Topic #5930 · 7 published posts · 1,569 views

In the kenobi script how do you make it whisper to you automatically when you join the room like hwne i join it will say welcome in the whisper screen

use $privmsg $nick

Pomperom

on !*:JOIN:#: msg $nick Welcome to $chan

Edited Jan 28, 2006 5:41 AM by The Gate Keeper

In the kenobi script how do you make it whisper to you automatically when you join the room like hwne i join it will say welcome in the whisper screen

 

«Çhãin™» I was given these by someone on the forum :( cant remember who ... but I think the second welcome down whispers a welcome in the room so only that person can see it (well I did try lol)

 

on *:join:*: { 
 if ($nick = $me) { msg # I am $me your room BOT I am here to make sure %latestroom is a happy room :D }  
 else { notice $nick Welcome $nick :D to %latestroom  I hope you enjoy your stay , I am $me your BOT and I am here to look after you. 
 } 
}



on *:join:*: { 
 if ($nick = $me) { msg # I am $me your room BOT I am here to make sure %latestroom is a happy room :D } 
 else { msg $nick Welcome $nick :D to %latestroom  I hope you enjoy your stay , I am $me your BOT and I am here to look after you. 
 } 
}


on *:join:*: { 
 if ($nick = $me) { msg # I am $me your room BOT I am here to make sure %latestroom is a happy room :D } 
 else { ctcpreply $nick TIME Welcome $nick :D to %latestroom  I hope you enjoy your stay , I am $me your BOT and I am here to look after you. 
 } 
}

johnson that code is allready in kenobi

its in the history bit in the main dialog

My code does NOT have bugs. It just develops random features.

where do i put it and can i add this to hybrid?

hybrid has its own code in allready

the history one

My code does NOT have bugs. It just develops random features.