On, Sorry if this isn't in the right category but i figured since I have a ircd server and this relates to a script that if for that server i should post here. Okay anyways to the question.
I am writing a basic, yet simple script for my server. I thought the idea of having it display a message upon connection to the server. Not a /motd but just a simple echo kinda like.
on *:connect:{
.echo You are connected to bleh bleh server
}
Is this possible? If so could someone please help?