Template:Ml birc functions: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with '__NOTOC__ ===Bot functions=== ====Creation==== *{{ml_birc|ircCreateBot}} *{{ml_birc|ircDestroyBot}} ====Connection==== *{{ml_birc|ircConnect}} *{{ml_birc|ircIsConnected}} *{{ml_…')
 
No edit summary
 
Line 13: Line 13:


====Other====
====Other====
*{{ml_birc|ircGetBotByName}}
*{{ml_birc|ircGetBots}}
*{{ml_birc|ircGetBots}}
*{{ml_birc|ircGetBotByName}}
*{{ml_birc|ircGetBotState}}
*{{ml_birc|ircGetBotState}}
*{{ml_birc|ircGetName}}
*{{ml_birc|ircGetName}}
Line 23: Line 23:
===IRC functions===
===IRC functions===
====Channel====
====Channel====
*{{ml_birc|ircGetConnectedChannels}}
*{{ml_birc|ircGetChannelMode}}
*{{ml_birc|ircGetChannelMode}}
*{{ml_birc|ircGetChannelTopic}}
*{{ml_birc|ircGetChannelTopic}}
*{{ml_birc|ircGetChannelUsers}}
*{{ml_birc|ircGetChannelUsers}}
*{{ml_birc|ircGetConnectedChannels}}
*{{ml_birc|ircJoinChannel}}
*{{ml_birc|ircJoinChannel}}
*{{ml_birc|ircPartChannel}}
*{{ml_birc|ircPartChannel}}
Line 33: Line 33:


====User====
====User====
*{{ml_birc|ircGetUserHost}}
*{{ml_birc|ircGetUserMode}}
*{{ml_birc|ircGetUserMode}}
*{{ml_birc|ircGetUserHost}}
*{{ml_birc|ircIsInChannel}}
*{{ml_birc|ircIsInChannel}}


====Communication====
====Communication====
*{{ml_birc|ircBan}}
*{{ml_birc|ircInviteUser}}
*{{ml_birc|ircKick}}
*{{ml_birc|ircSendMessage}}
*{{ml_birc|ircSendMessage}}
*{{ml_birc|ircSendNotice}}
*{{ml_birc|ircSendNotice}}
*{{ml_birc|ircSendRaw}}
*{{ml_birc|ircSendRaw}}
*{{ml_birc|ircKick}}
*{{ml_birc|ircBan}}


===Other===
===Other===
*{{ml_birc|ircFormatHost}}
*{{ml_birc|ircFormatHost}}
*{{ml_birc|ircStrip}}
*{{ml_birc|ircStrip}}

Latest revision as of 20:59, 14 August 2009