mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2017
Posts: 1
T
Mostly harmless
OP Offline
Mostly harmless
T
Joined: Jan 2017
Posts: 1
do you see a problem with this script?

[img]https://gyazo.com/31e58d7c28b282995f8c38c01efb7492[/img]

Last edited by thatguyj; 24/01/17 03:51 AM.
Joined: Oct 2016
Posts: 22
W
Ameglian cow
Offline
Ameglian cow
W
Joined: Oct 2016
Posts: 22
$msg?!

Code:
raw USERNOTICE:*: {
  if (resub isin $msgtags) {
    if ($msgtags(room-id).key == <ID>) {
      if ($2- == $null) {
      	describe $target <message>
      {
      else {
      	describe $target <message>
      }
    }
  }
}

Last edited by wobY; 25/01/17 01:28 PM.

Link Copied to Clipboard