Are you a regular stikked user? Signup so you can keep track of your pastes!
  1. on *:text:!fml:#: {
  2.   if ($chan == #znc) { halt }
  3.   sockopen fml2 hatboats.info 80
  4.   set %fml2targ $chan
  5. }
  6. on *:input:#:{
  7.   if ($1- = !fml) {
  8.     sockopen fml2 hatboats.info 80
  9.     set %fml2targ $chan
  10.   }
  11. }
  12. on *:sockopen:fml2: {
  13.   sockwrite -n $sockname GET /fml.php HTTP/1.1
  14.   sockwrite -n $sockname Host: hatboats.info
  15.   sockwrite -n $sockname Connection: close
  16.   sockwrite -n $sockname $crlf
  17. }
  18. on *:sockread:fml2: {
  19.   sockread %fml2temp
  20.   echo Hats %fml2temp
  21.   if (FML isin %fml2temp) { msg %fml2targ %fml2temp }
  22. }
  23.  
  24.  

Reply to "Untitled"

Here you can reply to the paste above

Create a snipurl

Make Private

Feeling clever? Set some advanced options.