1. Hey Guest, are you looking for a place to host your IRC related project? Then check out the Resource Manager on IRCForums! Click the resources tab above this notice!
  2. Hello Guest, are you new to IRCForums? Why not introduce yourself in the introduction forum!
  3. We have updated the layout of our forums. Please see this thread for more information.

[msl] Kick With Random Rude Kick Message

Discussion in 'Script Gallery (Depreciated)' started by Napa182, Jan 18, 2012.

  1. Offline

    Napa182 Moderator

    Member Since:
    Dec 18, 2011
    Message Count:
    222
    Likes Received:
    83
    Trophy Points:
    56
    Copy/Paste into a new remote.
    right click a nick in the nicklist an click Rude Kick [nick here]
    Must be at lest +o in channel for this to work.
    Example of kick messages:

    Warning: Some of the Rude Kick Messages do contain foul/offensive language. So use in a room where you will not get banned for the use of foul/offensive language.

    Code (mirc):
    menu nicklist {
      .$iif($me isop #,Rude Kick $+([,$$1,])):{
        if ($sock(res)) sockclose res
        sockopen res insultgenerator.org 80
        sockmark res kick # $1
      }
    }
    on *:load:{
      echo 07 -a You Have Just Loaded Napa182's Rude Kick
      echo 04 -a An Irc.EzzyChat.com Production
      echo -a 08!!04WARNING08 This snippet may04/08will say foul04/08offensive language 04WARNING08!!
    }
    on *:sockopen:res: {
      sockwrite -nt res GET / HTTP/1.1
      sockwrite -nt res Host: $+($sock(res).addr,$str($crlf,2))
    }
    on *:sockread:res: {
      var %res | sockread %res
      if ($regex(%res,/<TR.+><TD>(.+)/)) {
        $sock(res).mark $regml(1)
      }
    }
    DarknessFalls and Bertrum like this.
  2. Offline

    Napa182 Moderator

    Member Since:
    Dec 18, 2011
    Message Count:
    222
    Likes Received:
    83
    Trophy Points:
    56
    Thank you for the Like Bertrum, it's much appreciated.
    Also sorry that I haven't been on the forum much lately, but that will change as of today.
    I will be on a lot more now that I have more free time. :D
    With that being said I am now coding once again in msl.
    After my long msl coding vacation it feels good to code once again:p
    DarknessFalls likes this.
  3. Offline

    Napa182 Moderator

    Member Since:
    Dec 18, 2011
    Message Count:
    222
    Likes Received:
    83
    Trophy Points:
    56
    So has anyone given this a try? If so please let me know how you like/hate it.:confused:
  4. Offline

    DarknessFalls Recruit

    Member Since:
    Dec 18, 2011
    Message Count:
    84
    Likes Received:
    24
    Trophy Points:
    21
    works great as always napa
  5. Offline

    Napa182 Moderator

    Member Since:
    Dec 18, 2011
    Message Count:
    222
    Likes Received:
    83
    Trophy Points:
    56
    well at lest i know someone tried it =P
  6. Offline

    DarknessFalls Recruit

    Member Since:
    Dec 18, 2011
    Message Count:
    84
    Likes Received:
    24
    Trophy Points:
    21
  7. Offline

    D3M0N Corporal

    Member Since:
    Jan 10, 2012
    Message Count:
    694
    Likes Received:
    63
    Trophy Points:
    103
    thanks, gonna use it :)

Share This Page