i've this right now.:
on *:text:?msdn *:#: {
if ($1) { msg $chan $+(http://social.msdn.microsoft.com/Search/en-us?query=,$1-) }
}
but when i type !msdn button i get after ?query= !msdn button but thats wrong the !msdn must be gone.
if i use
alias msdn { if ($1) { msg $chan $+(http://social.msdn.microsoft.com/Search/en-us?query=,$1-) } }
then it works but then i must start with /msdn button and i want that it starts with !msdn button.
btw buttn is the search option for example.