Jump to content

On connect to specific Server


sugarboy

Recommended Posts

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?

Link to comment
Share on other sites

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?

 

 

on *:connect:{
  echo -a You are connected to $server
}

Link to comment
Share on other sites

on *:connect:{
echo -a You are connected to $server
}

 

 

 

Just something there the -a is for active window if u want to put it on a pasific wndow u should use

 


on *:connect:{
echo @yourwin  You are connected to $server
}

 

 

<wo0t>

Link to comment
Share on other sites

  • 7 months later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...