KickMessenger

By Caseidon on Sep 22, 2006

Put this in your mIRC remote and have fun.

;; KickMessenger by Caseidon // irc.ircworld.nl ~> #ircworld
;; Put this file in your mIRC dir and type /load -rs lastkick.mrc
;; After that, have fun with it!
on *:LOAD:{ echo -a 7* Script loaded... have fun! | set %lastkick I haven't kicked yet... since i loaded KickMessenger by Caseidon. } 
on *:UNLOAD:{ echo -a 7* Script Unloaded. | unset %lastkick } 
on *:KICK:#:{
  if ($nick == $me) { set %lastkick (Last Kicked) $knick in $chan on $date $+ , $time // Reason:  $+ ( $+ $1- $+ ) } 
}  
Menu channel {
Last kick://say %lastkick }

Comments

Sign in to comment.
Caseidon   -  Nov 01, 2006

@Ne0; Ya, you can add and delete as much as you want, the idea stays the same and its pretty fun, im thinking of making a newer version that allows you to only msg the last kick of that channel and a global one.

 Respond  
Ne0   -  Oct 23, 2006

Nice little snippet, i was looking for something that could be triggered in channel rather than by the person running it so i edited slightly.
added kickers nick
set %lastkick (Last Kicked) $knick in $chan by $nick on $date $+ , $time // Reason: $+ ( $+ $1- $+ ) }
}
and put in a text trigger
on 1:TEXT:!LastKick:#: /msg $chan %lastkick

works nicely.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.