Skip to content

Commit 9363680

Browse files
committed
Switch pastebin for optout list to hastebin
1 parent 4eb26fe commit 9363680

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/core/optout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def list_optout(conn, event, async_call):
246246
opts = yield from async_call(get_channel_optouts, conn.name, chan)
247247
table = yield from async_call(format_optout_list, opts)
248248

249-
return web.paste(table, "markdown", "snoonet")
249+
return web.paste(table, "md", "hastebin")
250250

251251

252252
@asyncio.coroutine

0 commit comments

Comments
 (0)