Convirion Posted January 4, 2007 Share Posted January 4, 2007 For everyone that wants a !away or !brb script, i've scripted one so you can put your own reason after it and you can get the status for doing !stats or !status. This only works with General Use Scripts. Commands: !setstatus-!setstats Put this after "on *:SIGNAL:mta.command:" elseif ($3 == !setstats) || ($3 == !setstatus) { if ($4) { mta.text $1 $mta.nick($1,$2) changed his status to $4- writeini -n " $+ $scriptdir $+ mode.ini" STATUS $mta.nick($1,$2) $4- } else { if ($readini($scriptdir $+ mode.ini,STATUS,$mta.nick($1,$2)) == normal) { mta.pm $1 $2 You didn't chose a status, please try again } else { mta.text $1 $mta.nick($1,$2) 's status returns to normal writeini -n " $+ $scriptdir $+ mode.ini" STATUS $mta.nick($1,$2) normal } } and put this after: "on *:SIGNAL:mta.join:" writeini -n " $+ $scriptdir $+ mode.ini" STATUS $mta.nick($1,$2) normal © by http://x-clan.mine.nu/mta/ Link to comment
Raoul Posted January 11, 2007 Share Posted January 11, 2007 If there is a copyright on it how do we suppose to legally use it Link to comment
BetaDevil Posted January 11, 2007 Share Posted January 11, 2007 lol, it doesn't excist so you can use it Link to comment
Convirion Posted January 12, 2007 Author Share Posted January 12, 2007 You can use it for free only you may not place it on other website's without the © Link to comment
kevuwk Posted January 12, 2007 Share Posted January 12, 2007 as mirc scripts go, there isnt anything that new floating around these days so all ©'s are usually irrelevant Link to comment
Convirion Posted January 12, 2007 Author Share Posted January 12, 2007 ok ok, but still I would appreciate it when you use the link under the script when you place it on another website btw if you want it in the !stats pm me or somewhat. Link to comment
Recommended Posts