• Index :: WinMX :: Basic Metis Commands results Explained
  • Change font size
  • •

It is currently 09:55 pm Sat Jul 05 2008

  • Home
  • WinMX
  • BitTorrent
  • Video
  • Computer Problem
  • Ubuntu/Linux
  • Phpbb3 Mods
  • Forums

Basic Metis Commands and the results Explained


Basic Metis Mxc.Xml Examples

Simple xml examples for the setup of the metis bot for WinMx

On Entry commands

<OnEnter type="script"> <out type="normal" delay="200"> %IP% Welcome %RAWNAME% message Here....</out> </OnEnter> welcome


This example not only shows a basic trigger for when someone enters a channel, but it also shows the use of the %RAWNAME% variable (Name and Numbers) to personalize the greeting.

Triggers

<command case="0"> <in>*Hello*</in> <out>......Hello %NAME% </out> </command> hello



Here we see a trigger using the %NAME% variable. As compared to the previous example, you can see the distinction between both %NAME% and %RAWNAME% .
<command case="0"> <in>*Hi Room*</in> <out>Hello %NICK% Welcome</out> </command> hi



Here we see %NICK% being used in a trigger.
<command case="0"> <in>*Pie* </in> <out> %NAME% Please go to http://www.mxpie.com/ for all your WinMx needs </out> </command> pie




RoomName Variable

<command case="0"> <in>*Roomname*</in> <out> %ROOMNAME% </out> </command> room




Multiple Output

<command type="random" usergroup="" users=""> <in usergroup="" users="" case="0" regex="0">*Help*</in> <out delay="200" type="normal" extdata="0">please go to http://www.gemini777.net/ for computer tech support. </out> <out delay="200" type="normal" extdata="0">Please go to http://www.vladd44.com/ for WinMX Patch, BitTorrent and other P2P help</out> <out delay="200" type="normal" extdata="0">Please go to http://www.mxpie.com/ for all your WinMx needs. </out> <out delay="200" type="normal" extdata="0">Go to Vladd44 Help Channel_87A10051138D. </out> </command> help



This is an example of having multiple outputs for the same trigger word.

UserGroups

<command usergroup="admin" case="0"> <in>*User Level*</in> <out>#Admincmd AddAdmin %RAWNAME% </out> </command> level




Time Variable

<command case="0"> <in>*Time*</in> <out>The Current Time, %LOCALTIME% </out> </command> time




Using Commands with a bot

<command case="0"> <in>*Redirect</in> <out>#usercmd redirect %RAWNAME% </out> </command> redirect



Next: OPMSG explained






Common Misspelled words on this page are
© 2003, 2004, 2005, 2006, 2007 2008 Vladd44.com Privacy Policy.