Perintah Dasar Allnet




NICKSERV

1. ACC
Syntax: ACC
Syntax: ACC
Syntax: ACC
Syntax: ACC *

Example:
/msg NickServ ACC jilles *

2. ACCESS
Syntax: ACCESS LIST
Syntax: ACCESS ADD
Syntax: ACCESS DEL

Examples:
/msg NickServ ACCESS LIST
/msg NickServ ACCESS ADD jack@host.example.com
/msg NickServ ACCESS ADD user@10.0.0.8
/msg NickServ ACCESS ADD jilles@192.168.1.0/24
/msg NickServ ACCESS DEL *someone@*.area.old.example.net

3. DROP
Syntax: DROP

Examples:
/msg NickServ DROP foo bar

5. GHOST
Syntax: GHOST [password]

Example:
/msg NickServ GHOST foo bar

6. IDENTIFY

Syntax: IDENTIFY

You can also identify for another nick than you
are currently using.

Syntax: IDENTIFY

Example:
/msg NickServ IDENTIFY foo
/msg NickServ IDENTIFY jilles foo

7. INFO
Syntax: INFO
Syntax: INFO =

Examples:
/msg NickServ INFO w00t
Shows information about the registered nick w00t.
/msg NickServ INFO =w00tie[home]
Shows information about the registered nick the user
w00tie[home] is logged in as.

8. LIST
Syntax: LIST

Examples:
/msg NickServ LIST james*
/msg NickServ LIST *a?ambert*

9. LISTCHANS
Syntax: LISTCHANS

Example:
/msg NickServ LISTCHANS


10. LOGOUT
Syntax: LOGOUT

Example:
/msg NickServ LOGOUT

11. REGISTER
Syntax: REGISTER

Examples:
/msg NickServ REGISTER bar foo@bar.com

12. RELEASE
Syntax: RELEASE [password]

Example:
/msg NickServ RELEASE smith sesame

13. SET EMAIL
Syntax: SET EMAIL

Example:
/msg NickServ SET EMAIL dan@example.com

14. SET EMAILMEMOS
Syntax: SET EMAILMEMOS [ON|OFF]

Example:
/msg NickServ SET EMAILMEMOS ON

15. SET ENFORCE
Syntax: SET ENFORCE ON|OFF

16. SET HIDEMAIL
Syntax: SET HIDEMAIL ON|OFF

Example:
/msg NickServ SET HIDEMAIL ON

17. SET NEVEROP
Syntax: SET NEVEROP ON|OFF

Example:
/msg NickServ SET NEVEROP ON

18. SET NOMEMO
Syntax: SET NOMEMO ON|OFF

Example:
/msg NickServ SET NOMEMO ON

19. SET NOOP
Syntax: SET NOOP ON|OFF

Example:
/msg NickServ SET NOOP ON

20. SET PASSWORD
Syntax: SET PASSWORD

Example:
/msg NickServ SET PASSWORD swordfish

21. SET PROPERTY
Syntax: SET PROPERTY [value]

Example:
/msg NickServ SET PROPERTY URL http://www.example.com/~jay/
/msg NickServ SET PROPERTY SIGN Pisces
/msg NickServ SET PROPERTY ICQ

22. STATUS
/msg NickServ STATUS

23. TAXONOMY
/msg NickServ TAXONOMY foo

24. VERIFY
Syntax: VERIFY

Example:
/msg NickServ VERIFY REGISTER jenny 161803399
/msg NickServ VERIFY EMAILCHG Aeriana 271828183


CANSERV



1. AKICK
Syntax: AKICK <#channel> ADD|DEL|LIST

Examples:
/msg ChanServ AKICK #foo ADD bar
/msg ChanServ AKICK #foo ADD foo!*@bar.com
/msg ChanServ AKICK #foo DEL bar
/msg ChanServ AKICK #foo LIST

2. BAN
Syntax: BAN <#channel>

Examples:
/msg ChanServ BAN #chat carnell
/msg ChanServ BAN #chat *!*@*.ipt.aol.com

3. CLEAR BANS
Syntax: CLEAR <#channel> BANS [types]

Examples:
/msg ChanServ CLEAR #support BANS

Clears #support ban list.

/msg ChanServ CLEAR #support BANS eI

Removes all ban and invite exceptions on #support
(if your ircd supports them).

/msg ChanServ CLEAR #support BANS *

Clears all lists of #support.

/msg ChanServ CLEAR #support BANS +

4. CLEAR USERS
Syntax: CLEAR <#channel> USERS [reason]

Examples:
/msg ChanServ CLEAR #ChatZone USERS

5. COUNT
Syntax: COUNT <#channel>

Examples:
/msg ChanServ COUNT #oscn

6. DROP
Syntax: DROP <#channel>

Examples:
/msg ChanServ DROP #foo

7. FLAGS
Syntax: FLAGS <#channel>
Syntax: FLAGS <#channel> [nickname|hostmask template]
Syntax: FLAGS <#channel> [nickname|hostmask flag_changes]

Permissions:
+v - Enables use of the voice/devoice commands.
+V - Enables automatic voice.
+h - Enables use of the halfop/dehalfop commands.
+H - Enables automatic halfop.
+o - Enables use of the op/deop commands.
+O - Enables automatic op.
+s - Enables use of the set command.
+i - Enables use of the invite and getkey commands.
+r - Enables use of the kick, ban, and kickban commands.
+R - Enables use of the recover and clear commands.
+f - Enables modification of channel access lists.
+t - Enables use of the topic and topicappend commands.
+A - Enables viewing of channel access lists.
+b - Enables automatic kickban.

The special permission +* adds all permissions except +b.
The special permission -* removes all permissions including +b.

Examples:
/msg ChanServ FLAGS #foo
/msg ChanServ FLAGS #foo foo!*@bar.com VOP
/msg ChanServ FLAGS #foo foo!*@bar.com -V+oO
/msg ChanServ FLAGS #foo foo!*@bar.com -*
/msg ChanServ FLAGS #foo foo +oOtsi
/msg ChanServ FLAGS #foo TroubleUser!*@*.troubleisp.net +b

8. FORCEXOP
Only the founder can execute this command.

Syntax: FORCEXOP <#channel>

See also: SOP, AOP, HOP, VOP

9. GETKEY
Syntax: GETKEY <#channel>

Examples:
/msg ChanServ GETKEY #foo

10. HALFOP|DEHALFOP
Syntax: HALFOP|DEHALFOP <#channel> [nickname]

Examples:
/msg ChanServ HALFOP #foo

11. INFO
Syntax: INFO <#channel>

Examples:
/msg ChanServ INFO #foo

12. INVITE
Syntax: INVITE <#channel>

Examples:
/msg ChanServ INVITE #foo

13. KICK
Syntax: KICK <#channel> [reason]

Examples:
/msg ChanServ KICK #foo abuser
/msg ChanServ KICK #foo abuser please stop

14. KICKBAN
Syntax: KICKBAN <#channel> [reason]

Examples:
/msg ChanServ KICKBAN #foo abuser
/msg ChanServ KICKBAN #foo abuser go away

15. LIST
Syntax: LIST

Examples:
/msg ChanServ LIST #*foo*
/msg ChanServ LIST #x*

16. OP|DEOP|VOICE|DEVOICE
Syntax: OP|DEOP <#channel> [nickname]
Syntax: VOICE|DEVOICE <#channel> [nickname]

Examples:
/msg ChanServ OP #foo bar
/msg ChanServ DEVOICE #foo

17. RECOVER
Syntax: RECOVER <#channel>

Example:
/msg ChanServ RECOVER #foo

18. REGISTER
Syntax: REGISTER <#channel>

Examples:
/msg ChanServ REGISTER #atheme

19. SET EMAIL
Syntax: SET EMAIL

Example:
/msg ChanServ SET #chat EMAIL some@email.address

20. SET ENTRYMSG
Syntax: SET ENTRYMSG

Example:
/msg ChanServ SET #support ENTRYMSG Welcome to #support. Please do
not paste more than 5 lines.

21. SET FOUNDER
Syntax: SET <#channel> FOUNDER

If the new founder has not yet confirmed the
transfer, you can cancel it by specifying
your own nick as the new founder.

Syntax: SET <#channel> FOUNDER

Example:
/msg ChanServ SET #foo FOUNDER bar

22. SET GUARD
Syntax: SET GUARD ON|OFF

Example:
/msg ChanServ SET #atheme GUARD ON

23. SET KEEPTOPIC
Syntax: SET <#channel> KEEPTOPIC ON|OFF

Example:
/msg ChanServ SET #foo KEEPTOPIC ON

24. SET MLOCK
Syntax: SET <#channel> MLOCK

Examples: (some may use modes your ircd does not support)
/msg ChanServ SET #foo MLOCK +nt-lk
/msg ChanServ SET #foo MLOCK +inst-kl
/msg ChanServ SET #c MLOCK +ntk c
/msg ChanServ SET #foo MLOCK +ntcjf-kl 2:30 #overflow
/msg ChanServ SET #overflow MLOCK +mntF-kljf
/msg ChanServ SET #foo1 MLOCK +ntlL 40 #foo2
/msg ChanServ SET #foo MLOCK OFF

25. SET PROPERTY
Syntax: SET PROPERTY [value]

Example:
/msg ChanServ SET #atheme PROPERTY URL http://www.atheme.org/
/msg ChanServ SET #meat PROPERTY VEGETABLES

26. SET SECURE
Syntax: SET <#channel> SECURE ON|OFF

Example:
/msg ChanServ SET #foo SECURE ON

27. SET TOPICLOCK
Syntax: SET <#channel> TOPICLOCK ON|OFF

Example:
/msg ChanServ SET #foo TOPICLOCK ON

28. SET URL
Syntax: SET URL

Example:
/msg ChanServ SET #chat URL http://slashdot.org

29. SET VERBOSE
Syntax: SET <#channel> VERBOSE ON|OPS|OFF

Example:
/msg ChanServ SET #foo VERBOSE ON

30. STATUS
Syntax: STATUS [#channel]

Example:
/msg ChanServ STATUS
/msg ChanServ STATUS #foo

31. TAXONOMY
Examples:
/msg ChanServ TAXONOMY #atheme

32. TEMPLATE
Syntax: TEMPLATE <#channel> [template oldtemplate]
Syntax: TEMPLATE <#channel> [template flag_changes]
Syntax: TEMPLATE <#channel> [template !flag_changes]

Examples:
/msg ChanServ TEMPLATE #foo
/msg ChanServ TEMPLATE #foo user VOP
/msg ChanServ TEMPLATE #foo user !+A
/msg ChanServ TEMPLATE #foo co-founder +*-OH
/msg ChanServ TEMPLATE #foo op -*+vVhoti
/msg ChanServ TEMPLATE #foo obsoletetemplate -*

33. TOPIC
Syntax: TOPIC <#channel>

Examples:
/msg ChanServ TOPIC #foo bar

34. TOPICAPPEND
Syntax: TOPICAPPEND <#channel>

Examples:
/msg ChanServ TOPICAPPEND #foo bar

35. UNBAN
Syntax: UNBAN <#channel> [nickname|hostmask]

Examples:
/msg ChanServ UNBAN #chat pfish
/msg ChanServ UNBAN #chat *!*@*.ucdavis.edu

36. WHY
Syntax: WHY <#channel>

Examples:
/msg ChanServ WHY #atheme jilles^

MEMOSERV



1. DELETE
Syntax: DELETE all|

Examples:
/msg MemoServ DELETE all
/msg MemoServ DELETE 1

2. FORWARD
Syntax: FORWARD

Examples:
/msg MemoServ FORWARD kog 1

3. IGNORE
Syntax: IGNORE ADD|DEL|LIST|CLEAR

Examples:
/msg MemoServ IGNORE ADD kog
/msg MemoServ IGNORE DEL kog
/msg MemoServ IGNORE LIST
/msg MemoServ IGNORE CLEAR

4. LIST
Syntax: LIST

Examples:
/msg MemoServ LIST

5. READ
Syntax: READ

Examples:
/msg MemoServ READ 1

6. SEND
Syntax: SEND text

Examples:
/msg MemoServ SEND Kog pay your bills



Terima Kasih atas kunjungan dan kepercayaan anda dalam mengunjungi situs ini.
Semoga Bermanfaat buat anda dan selamat hari yang indah
Best Regard,
OrLaNd

3 komentar:

OrLaNd Thursday, April 09, 2009  

Assalamualaikum Wr Wb.

Artikel ini adalah list perintah2 dasar pada server ALLNET , MIRC

Jadi yang suka chatting d mirc, khususnya di server allnet, mungkin ini sangat bermanfaat buat anda


Best Regard,
OrLaNd

BPR Saturday, April 11, 2009  

Dear, OrLaNd

assalamualaikum wr wb

wah mantap neh...


Lanjutkan perjuanganmu untuk selalu berbagi ilmu dan informasi dunia maya ini...

Sukses terus buat OrLaNd

Best Regard,
Bank Perkreditan Rakyat

OrLaNd Saturday, April 11, 2009  

waalaikumsalam wr wb, BPR

terima kasih atas komentar anda..

sukses juga buat anda

best regard,
OrLaNd

Post a Comment

FORUM

INFORMASI

  ©DESIGNED BY OrLaNd