mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2004
Posts: 2
K
Bowl of petunias
OP Offline
Bowl of petunias
K
Joined: Aug 2004
Posts: 2
i've been trying to search to a auto-greeter but either the script doesn't come with options to set the greeter or the script doesn't even work.

what is the code for a simple auto-greeter?

Joined: Dec 2002
Posts: 788
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 788

On !*:Join:[color:red]#channel
:{
msg $chan Welcome to $chan $+ , $nick
}
[/color]

Wont trigger when you join, 'Welcome to $chan $+ , $nick' will result in the line 'Welcome to #channel, nickname', change it as you will, the $+ links $chan and the , together so theres no space between them.

Hope this helps.

Eamonn.

Joined: Aug 2004
Posts: 2
K
Bowl of petunias
OP Offline
Bowl of petunias
K
Joined: Aug 2004
Posts: 2
thanks it works i changed the code so that it greets on any channel i join

Code:
 On !*:Join:#:{
  msg $nick Hey There $nick ! Welcome To $chan !
}
 

Last edited by Kirby1234; 13/08/04 01:42 PM.
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
It's worth noting that you will be banned from many channels if you do that. Most users are not allowed to have welcome messages if they are not channel ops, or at all depending on what the channel rules are. Nearly every channel I have ever been to will ban users that have auto-messages, usually without even asking to disable it. It's not good 'netiquette'.

Regards,


Mentality/Chris
Joined: Aug 2004
Posts: 8
O
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
O
Joined: Aug 2004
Posts: 8
I dont know if this will work on your server but on WikkedWire you can type:

/msg botserv set (channel) greet on (message)


Link Copied to Clipboard