Jump to content

FNdanielNL

Members
  • Posts

    28
  • Joined

  • Last visited

Everything posted by FNdanielNL

  1. I have loaded the script (as .mrc file): on 1:text:*:#testserver:{ if ( $nick isop #testserver ) { if ( !kick isin $1 ) { mta.kick 1 $2 } if ( !freeze isin $1 ) { mta.freeze 1 $2 } if ( !unfreeze isin $1 ) { mta.unfreeze 1 $2 } if ( !mute isin $1 ) { mta.mute 1 $2 } if ( !unmute isin $1 ) { mta.unmute 1 $2 } elseif ( !restart isin $1 ) { mta.text 1 Reconnecting MTA:mA. mta.disconnect 1 mta.connect 1 .timer 1 1 mta.text 1 Reconnected } elseif ( !commands isin $1 ) { /msg #testserver !kick, !(un)freeze, !(un)mute, !restart } else mta.text 1 $nick $+ : $1- } } The commands !restart, !commands are working but the commands !mute, !unmute, !freeze, !unfreeze, !kick are not working. I thought it has something to be in the menu Options (general > options) but this is not enabled for some kind of reason. ( i am using MTAma 4.0) But dunno And no i dont try to use this commands from the same irc client, and have also already tried it from a other comp, and my status is @ on irc.
  2. This is what i got now, and it works! alias my.echo { if ( IRC: !isin $1-) { if (Admin isin $2) !msg #mtaserver $3- else !msg #mtaserver $2- } } on *:TEXT:*:#mtaserver:{ if ($1 == !m) /mta.text 1 $nick [iRC]: $2- } This is what it is doing. It communicate throw IRC whit command "!m " to the MTA chat whit nickname. And all messages typed in the MTA chat will show up in the IRC client whitout the nickname. But i want that all messages typed in the MTA chat showing up in IRC also whit the nickname who have typed it. What do i have to edit in this script?
  3. This is what i have set up: IRCXpro Server (IRC server) MTA SA 1.1.1 race Server MTAma ma 4.15 MTAma GRS 4.14 DreamBot 5.4 (IRC bot) and a view other scripts what i want It cannot set up a connection between mIRC (the bot) and the mta server (MTAma GRS). Can anybody tell me how to do that? More specefic what i want is that everybody can type in IRC !m so the message will show up in the MTA chat. + The status of the user: is it an admin or a normal user and that he is on IRC. Hope someone can help me.
×
×
  • Create New...