mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 18:49:03 -04:00
Add some more useful aliases to the generic services example.
This commit is contained in:
parent
1f45b74437
commit
a3e0c33f37
@ -25,6 +25,11 @@
|
||||
# Identifies to a services account.
|
||||
<alias text="ID" format="*" replace="SQUERY $requirement :IDENTIFY $2-" requires="NickServ" uline="yes">
|
||||
<alias text="IDENTIFY" format="*" replace="SQUERY $requirement :IDENTIFY $2-" requires="NickServ" uline="yes">
|
||||
<alias text="LOGIN" format="*" replace="SQUERY $requirement :IDENTIFY $2-" requires="NickServ" uline="yes">
|
||||
|
||||
# /LOGOUT
|
||||
# Logs out of a services account.
|
||||
<alias text="LOGOUT" format="*" replace="SQUERY $requirement :LOGOUT" requires="NickServ" uline="yes">
|
||||
|
||||
# Prevent clients from using the nicknames of services pseudoclients.
|
||||
<badnick nick="BotServ" reason="Reserved for a network service">
|
||||
|
Loading…
x
Reference in New Issue
Block a user