5 lines
70 B
Python
5 lines
70 B
Python
|
from supybot.setup import plugin_setup
|
||
|
|
||
|
plugin_setup(
|
||
|
"EgoServ",
|
||
|
)
|