You can not trigger text events yourself. Text events are entirely remote based, primary use for bots. If you want to use it yourself while typing, you could either use
Code:
on 1:input:#:{ 
if ($1 == !search) && ($2) { 
var %search $2
msg # www.example.com/usersearch& $+ %search $+ /blabla=b
}
}
Or you could also make it into an alias etc.


Nillens @ irc.twitch.tv
Nillen @ irc.rizon.net