Hey guys I'm trying to figure out a code in mirc that will allow me to access the uptime command in the stream I mod for so I can save it to quickly find parts of stream for Highlights and gifs and whatnot.
So far I have tried something like this,
on *:Text:!SaveThis:#: {
if ($nick isOp #) { msg $nick # Timestamp Saved! }
else { msg # $nick Sorry you cannot use this command }
but the code is messed up somewhere. Also when using this it doesn't recognize m as Op status in that Channel. Does anyone have any ideas or know how to do this? I've searched all over the net and cannot find anything on this. Thank you!