Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #http://ylilauta.fi/fit/res/64216.html#i64646 -> http://ylilauta.fi/fit/res/64216.html#64646
- putlog "#iXXXXXX --> #XXXXXX"
- bind pubm -|- * phraseListProcPub
- proc phraseListProcPub {nick host hand channel text} {
- if {[string match -nocase "*ylilauta.fi/" $text] && [string match -nocase "*#i*" $text] } {
- regsub "#i" $text "" $newurl
- putserv "PRIVMSG $channel : $newurl"
- }
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment