Showing posts with label mass sajoin. Show all posts
Showing posts with label mass sajoin. Show all posts

Thursday, December 16, 2010

Mass Sajoin Ircd

All it does if your an ircoper in Unrealircd is mass join someone to how many room you want :D If you think i should change something or a way to make it better let me know


####################################################################
####################################################################
######################### H3x-iRc By Malcolm #######################
####################################################################
####################################################################
menu channel {
mass:/mass_sajoin
}

alias mass_sajoin {
var %x $$?="how many rooms?:"
var %y $$?="name of victim:"
var %i 1
while (%i <= %x) {
sajoin %y #H3x-irc $+ $rand(1,9999)
}
}