I've been having problems with users using IRCcloud to make clones and bypass clonescanner. So im just in total blocking ALL irccloud accounts... but it doesnt want to work. what am I doing wrong?

Code:
 
On *:JOIN:#: {
if ( $wildsite == *!*@gateway/web/irccloud.com/* ) {
    /kick $chan $nick Sorry no IRCcloud users allowed :/
    msg $nick Im sorry but IRC cloud users are NOT allowed into this channel
  }
}

Last edited by HappyFappy; 06/07/15 08:56 PM.