Skip to content

Commit 2ccb40a

Browse files
authored
Merge pull request CloudBotIRC#94 from linuxdaemon/gonzobot+optout-list-fix
Switch pastebin for optout list to hastebin
2 parents 4eb26fe + 9363680 commit 2ccb40a

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)