mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-23 19:19:31 +01:00
servermaps: fix wrong permission name
This commit is contained in:
parent
3d4cb02ce2
commit
01f2a4ca20
@ -14,7 +14,7 @@ def _map(irc, source, args, show_relay=True):
|
||||
|
||||
Shows the network map for the given network, or the current network if not specified."""
|
||||
|
||||
permissions.checkPermissions(irc, source, ['servermap.map', 'servermap.*'])
|
||||
permissions.checkPermissions(irc, source, ['servermaps.map'])
|
||||
|
||||
try:
|
||||
netname = args[0]
|
||||
|
Loading…
Reference in New Issue
Block a user